czech_post_b2b_client 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (397) hide show
  1. checksums.yaml +7 -0
  2. data/.rubocop.yml +40 -0
  3. data/CHANGELOG.md +14 -0
  4. data/CODE_OF_CONDUCT.md +74 -0
  5. data/Gemfile +8 -0
  6. data/LICENSE.txt +21 -0
  7. data/README.md +281 -0
  8. data/Rakefile +12 -0
  9. data/bin/console +15 -0
  10. data/bin/setup +8 -0
  11. data/certs/postsignum_qca4_root.pem +41 -0
  12. data/certs/postsignum_vca5_sub.pem +44 -0
  13. data/doc/CzechPostB2bClient.html +479 -0
  14. data/doc/CzechPostB2bClient/B2BErrors.html +242 -0
  15. data/doc/CzechPostB2bClient/B2BErrors/BadRequestError.html +145 -0
  16. data/doc/CzechPostB2bClient/B2BErrors/BaseError.html +376 -0
  17. data/doc/CzechPostB2bClient/B2BErrors/CustomerRequestsCountOverflowError.html +145 -0
  18. data/doc/CzechPostB2bClient/B2BErrors/InternalB2BServerError.html +145 -0
  19. data/doc/CzechPostB2bClient/B2BErrors/InternalBackendServerError.html +145 -0
  20. data/doc/CzechPostB2bClient/B2BErrors/InternalDataPersistenceServerError.html +145 -0
  21. data/doc/CzechPostB2bClient/B2BErrors/ProcessingUnfinishedYetError.html +145 -0
  22. data/doc/CzechPostB2bClient/B2BErrors/ServiceBusyError.html +145 -0
  23. data/doc/CzechPostB2bClient/B2BErrors/UnauthorizedContractAccessError.html +145 -0
  24. data/doc/CzechPostB2bClient/B2BErrors/UnauthorizedRoleAccessError.html +145 -0
  25. data/doc/CzechPostB2bClient/Configuration.html +1005 -0
  26. data/doc/CzechPostB2bClient/Error.html +128 -0
  27. data/doc/CzechPostB2bClient/PrintingTemplates.html +199 -0
  28. data/doc/CzechPostB2bClient/PrintingTemplates/AddressData3x8.html +129 -0
  29. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel.html +117 -0
  30. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank.html +129 -0
  31. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank4OnPage.html +129 -0
  32. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/BlankLandscape.html +129 -0
  33. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage.html +115 -0
  34. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS.html +129 -0
  35. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS2x4.html +129 -0
  36. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard.html +129 -0
  37. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard4OnPage.html +129 -0
  38. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable.html +129 -0
  39. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable4OnPage.html +129 -0
  40. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Simple.html +129 -0
  41. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/SimpleWithCODVoucherA.html +129 -0
  42. data/doc/CzechPostB2bClient/PrintingTemplates/Base.html +279 -0
  43. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA.html +129 -0
  44. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA3OnPage.html +129 -0
  45. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherC.html +129 -0
  46. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherForCSOB.html +129 -0
  47. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN22.html +129 -0
  48. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN23.html +129 -0
  49. data/doc/CzechPostB2bClient/PrintingTemplates/DeliveryTicket.html +129 -0
  50. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope.html +115 -0
  51. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeB4.html +129 -0
  52. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC5.html +129 -0
  53. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC6.html +129 -0
  54. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeDL.html +129 -0
  55. data/doc/CzechPostB2bClient/PrintingTemplates/HarmonizedLabel.html +141 -0
  56. data/doc/CzechPostB2bClient/PrintingTemplates/HarmonizedLabel4OnPage.html +129 -0
  57. data/doc/CzechPostB2bClient/PrintingTemplates/IntegratedDocument.html +129 -0
  58. data/doc/CzechPostB2bClient/PrintingTemplates/RRLabels3x8.html +129 -0
  59. data/doc/CzechPostB2bClient/RequestBuilders.html +117 -0
  60. data/doc/CzechPostB2bClient/RequestBuilders/BaseBuilder.html +396 -0
  61. data/doc/CzechPostB2bClient/RequestBuilders/GetParcelStateBuilder.html +329 -0
  62. data/doc/CzechPostB2bClient/RequestBuilders/GetParcelsPrintingBuilder.html +470 -0
  63. data/doc/CzechPostB2bClient/RequestBuilders/GetResultParcelsBuilder.html +329 -0
  64. data/doc/CzechPostB2bClient/RequestBuilders/GetStatsBuilder.html +403 -0
  65. data/doc/CzechPostB2bClient/RequestBuilders/SendParcelsBuilder.html +403 -0
  66. data/doc/CzechPostB2bClient/ResponseCodes.html +242 -0
  67. data/doc/CzechPostB2bClient/ResponseCodes/AddressAllowedForBalikovnaOnly.html +134 -0
  68. data/doc/CzechPostB2bClient/ResponseCodes/AddressIsNotValidForSubject.html +134 -0
  69. data/doc/CzechPostB2bClient/ResponseCodes/AddressNeedsPhoneNumber.html +134 -0
  70. data/doc/CzechPostB2bClient/ResponseCodes/AddressSuitableForLocalDelivery.html +134 -0
  71. data/doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostu.html +134 -0
  72. data/doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostuDuplicate.html +134 -0
  73. data/doc/CzechPostB2bClient/ResponseCodes/AddresseeCityRequired.html +134 -0
  74. data/doc/CzechPostB2bClient/ResponseCodes/AlreadyAssignedOrderNumber.html +134 -0
  75. data/doc/CzechPostB2bClient/ResponseCodes/BadAddressee.html +134 -0
  76. data/doc/CzechPostB2bClient/ResponseCodes/BadCODAmount.html +134 -0
  77. data/doc/CzechPostB2bClient/ResponseCodes/BadFormatReturnNumberDays.html +134 -0
  78. data/doc/CzechPostB2bClient/ResponseCodes/BadHeight.html +134 -0
  79. data/doc/CzechPostB2bClient/ResponseCodes/BadLength.html +134 -0
  80. data/doc/CzechPostB2bClient/ResponseCodes/BadPrefix.html +134 -0
  81. data/doc/CzechPostB2bClient/ResponseCodes/BadPrefixForAddress.html +134 -0
  82. data/doc/CzechPostB2bClient/ResponseCodes/BadPrice.html +134 -0
  83. data/doc/CzechPostB2bClient/ResponseCodes/BadVariableSymbol.html +134 -0
  84. data/doc/CzechPostB2bClient/ResponseCodes/BadWeight.html +134 -0
  85. data/doc/CzechPostB2bClient/ResponseCodes/BadWidth.html +134 -0
  86. data/doc/CzechPostB2bClient/ResponseCodes/BaseCode.html +550 -0
  87. data/doc/CzechPostB2bClient/ResponseCodes/BatchClosed.html +134 -0
  88. data/doc/CzechPostB2bClient/ResponseCodes/BatchInvalid.html +134 -0
  89. data/doc/CzechPostB2bClient/ResponseCodes/BatchUnfinished.html +134 -0
  90. data/doc/CzechPostB2bClient/ResponseCodes/CODAmountOutOfRange.html +134 -0
  91. data/doc/CzechPostB2bClient/ResponseCodes/CODAmountTooBig.html +134 -0
  92. data/doc/CzechPostB2bClient/ResponseCodes/CanceledOrderNumber.html +134 -0
  93. data/doc/CzechPostB2bClient/ResponseCodes/CustomGoodQuantityOutOfRange.html +134 -0
  94. data/doc/CzechPostB2bClient/ResponseCodes/CustomerIDNotInAccordanceWithParcelCode.html +134 -0
  95. data/doc/CzechPostB2bClient/ResponseCodes/DensityOutOfRange.html +134 -0
  96. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateDuplicateParcelCode.html +134 -0
  97. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateParcel.html +134 -0
  98. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateParcelCode.html +134 -0
  99. data/doc/CzechPostB2bClient/ResponseCodes/DuplicitParcelCode.html +134 -0
  100. data/doc/CzechPostB2bClient/ResponseCodes/FullSequence.html +134 -0
  101. data/doc/CzechPostB2bClient/ResponseCodes/FullSequenceDuplicate.html +134 -0
  102. data/doc/CzechPostB2bClient/ResponseCodes/IllegalCombinationOfServices.html +134 -0
  103. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddRequiredService75.html +134 -0
  104. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1A.html +134 -0
  105. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1B.html +134 -0
  106. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1D.html +134 -0
  107. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService9.html +134 -0
  108. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddressWasModified.html +134 -0
  109. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddresseeToLong.html +134 -0
  110. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumber.html +134 -0
  111. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumberAddresseeDocument.html +134 -0
  112. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelHeight.html +134 -0
  113. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelLength.html +134 -0
  114. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelMobilePhoneOrEmailAddresseeDocument.html +134 -0
  115. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelPalettsNumber.html +134 -0
  116. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelPersonalIdentificationNumber.html +134 -0
  117. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AB.html +134 -0
  118. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1ABForService40.html +134 -0
  119. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForPostCode.html +134 -0
  120. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForService40.html +134 -0
  121. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AWith1B.html +134 -0
  122. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1B.html +134 -0
  123. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BAddService1A.html +134 -0
  124. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BForPostCode.html +134 -0
  125. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BWith1A.html +134 -0
  126. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1D.html +134 -0
  127. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1E.html +134 -0
  128. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1V.html +134 -0
  129. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService25.html +134 -0
  130. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService27.html +134 -0
  131. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService29.html +134 -0
  132. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService30.html +134 -0
  133. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService31.html +134 -0
  134. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34.html +134 -0
  135. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34InvalidPhoneNumber.html +134 -0
  136. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45.html +134 -0
  137. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45InvalidPhoneNumber.html +134 -0
  138. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService46.html +134 -0
  139. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService47.html +134 -0
  140. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5B.html +134 -0
  141. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5C.html +134 -0
  142. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5D.html +134 -0
  143. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5C.html +134 -0
  144. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5CAnd5D.html +134 -0
  145. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5D.html +134 -0
  146. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelVSVoucher.html +134 -0
  147. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelWidth.html +134 -0
  148. data/doc/CzechPostB2bClient/ResponseCodes/InfoCityChanged.html +134 -0
  149. data/doc/CzechPostB2bClient/ResponseCodes/InfoInexactAddress.html +134 -0
  150. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidAccount.html +134 -0
  151. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBankCode.html +134 -0
  152. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBirthDay.html +134 -0
  153. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCODAmount.html +134 -0
  154. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCategoryCustomDecalaration.html +134 -0
  155. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidEmail.html +134 -0
  156. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidMobilePhoneNumber.html +134 -0
  157. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPhoneNumber.html +134 -0
  158. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrefixAccount.html +134 -0
  159. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrice.html +134 -0
  160. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidSpecificSymbol.html +134 -0
  161. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidTelephoneNumber.html +134 -0
  162. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidWeight.html +134 -0
  163. data/doc/CzechPostB2bClient/ResponseCodes/InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized.html +134 -0
  164. data/doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsNotNumber.html +134 -0
  165. data/doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsTooBig.html +134 -0
  166. data/doc/CzechPostB2bClient/ResponseCodes/InfoService29And47.html +134 -0
  167. data/doc/CzechPostB2bClient/ResponseCodes/InfoSpecialPackagingRequest.html +134 -0
  168. data/doc/CzechPostB2bClient/ResponseCodes/InternalApplicationError.html +134 -0
  169. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentForParcelType.html +134 -0
  170. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentObjectNotFound.html +134 -0
  171. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentWrongCity.html +134 -0
  172. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBalikovna.html +134 -0
  173. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBigPackage.html +134 -0
  174. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForCODAmountOver20000.html +134 -0
  175. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForParcelType.html +134 -0
  176. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressee.html +134 -0
  177. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmount.html +134 -0
  178. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmountCurrency.html +134 -0
  179. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmountType.html +134 -0
  180. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODAmount.html +134 -0
  181. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrency.html +134 -0
  182. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrencyAccordance.html +134 -0
  183. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCategoryCustomDecalaration.html +134 -0
  184. data/doc/CzechPostB2bClient/ResponseCodes/InvalidContentCustomGood.html +134 -0
  185. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCurrencyCustomDecalaration.html +134 -0
  186. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomGoodNumber.html +134 -0
  187. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerCardNumber.html +134 -0
  188. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerId.html +134 -0
  189. data/doc/CzechPostB2bClient/ResponseCodes/InvalidDensity.html +134 -0
  190. data/doc/CzechPostB2bClient/ResponseCodes/InvalidEmail.html +134 -0
  191. data/doc/CzechPostB2bClient/ResponseCodes/InvalidHeight.html +134 -0
  192. data/doc/CzechPostB2bClient/ResponseCodes/InvalidHsCodeCustomGood.html +134 -0
  193. data/doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGood.html +134 -0
  194. data/doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGoodFormat.html +134 -0
  195. data/doc/CzechPostB2bClient/ResponseCodes/InvalidLength.html +134 -0
  196. data/doc/CzechPostB2bClient/ResponseCodes/InvalidLocation.html +134 -0
  197. data/doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCode.html +134 -0
  198. data/doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCodeControl.html +134 -0
  199. data/doc/CzechPostB2bClient/ResponseCodes/InvalidNumberClosure.html +134 -0
  200. data/doc/CzechPostB2bClient/ResponseCodes/InvalidOrderNumber.html +134 -0
  201. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcode.html +134 -0
  202. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcodeDuplicate.html +145 -0
  203. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCode.html +134 -0
  204. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCodeControl.html +134 -0
  205. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelResponseCode.html +134 -0
  206. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelTypeForID.html +134 -0
  207. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPartnerCode.html +134 -0
  208. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPayday.html +134 -0
  209. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPhoneNumber.html +134 -0
  210. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPostCode.html +134 -0
  211. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixAccordance.html +134 -0
  212. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixCombination.html +134 -0
  213. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixForDimensionsAndFragile.html +134 -0
  214. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrice.html +134 -0
  215. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrency.html +134 -0
  216. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrencyAccordance.html +134 -0
  217. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCustomGood.html +134 -0
  218. data/doc/CzechPostB2bClient/ResponseCodes/InvalidQuantityCustomGood.html +134 -0
  219. data/doc/CzechPostB2bClient/ResponseCodes/InvalidResponsibleConsignmentNumber.html +134 -0
  220. data/doc/CzechPostB2bClient/ResponseCodes/InvalidReturnNumberDays.html +134 -0
  221. data/doc/CzechPostB2bClient/ResponseCodes/InvalidService18.html +134 -0
  222. data/doc/CzechPostB2bClient/ResponseCodes/InvalidService19.html +134 -0
  223. data/doc/CzechPostB2bClient/ResponseCodes/InvalidServiceCombination.html +134 -0
  224. data/doc/CzechPostB2bClient/ResponseCodes/InvalidServicesForDimensions.html +134 -0
  225. data/doc/CzechPostB2bClient/ResponseCodes/InvalidSignNumber.html +134 -0
  226. data/doc/CzechPostB2bClient/ResponseCodes/InvalidSubisoCountry.html +134 -0
  227. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTareWeight.html +134 -0
  228. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTiming.html +134 -0
  229. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTransmissionDate.html +134 -0
  230. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTypePrefix.html +134 -0
  231. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService36.html +134 -0
  232. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService37.html +134 -0
  233. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService38.html +134 -0
  234. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeight.html +134 -0
  235. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGood.html +134 -0
  236. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGoodSummary.html +134 -0
  237. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightForService11.html +134 -0
  238. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWidth.html +134 -0
  239. data/doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumber.html +134 -0
  240. data/doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumberFormat.html +134 -0
  241. data/doc/CzechPostB2bClient/ResponseCodes/InvalidostCodeOrCity.html +134 -0
  242. data/doc/CzechPostB2bClient/ResponseCodes/MIssingParcelCode.html +134 -0
  243. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddressee.html +134 -0
  244. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeCity.html +134 -0
  245. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeStreet.html +134 -0
  246. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeZipCode.html +134 -0
  247. data/doc/CzechPostB2bClient/ResponseCodes/MissingCODAmount.html +134 -0
  248. data/doc/CzechPostB2bClient/ResponseCodes/MissingCODAmountType.html +134 -0
  249. data/doc/CzechPostB2bClient/ResponseCodes/MissingCategoryCustomDecalaration.html +134 -0
  250. data/doc/CzechPostB2bClient/ResponseCodes/MissingCompanyName.html +134 -0
  251. data/doc/CzechPostB2bClient/ResponseCodes/MissingContentCustomGood.html +134 -0
  252. data/doc/CzechPostB2bClient/ResponseCodes/MissingCurrencyCustomDeclaration.html +134 -0
  253. data/doc/CzechPostB2bClient/ResponseCodes/MissingHandlingInstructions.html +134 -0
  254. data/doc/CzechPostB2bClient/ResponseCodes/MissingHeight.html +134 -0
  255. data/doc/CzechPostB2bClient/ResponseCodes/MissingHsCodeCustomGood.html +134 -0
  256. data/doc/CzechPostB2bClient/ResponseCodes/MissingIsoCustomGood.html +134 -0
  257. data/doc/CzechPostB2bClient/ResponseCodes/MissingLength.html +134 -0
  258. data/doc/CzechPostB2bClient/ResponseCodes/MissingPalettsNumber.html +134 -0
  259. data/doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGood.html +134 -0
  260. data/doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGoods.html +134 -0
  261. data/doc/CzechPostB2bClient/ResponseCodes/MissingPhoneNumber.html +134 -0
  262. data/doc/CzechPostB2bClient/ResponseCodes/MissingPrefix.html +134 -0
  263. data/doc/CzechPostB2bClient/ResponseCodes/MissingPrice.html +134 -0
  264. data/doc/CzechPostB2bClient/ResponseCodes/MissingPriceCustomGood.html +134 -0
  265. data/doc/CzechPostB2bClient/ResponseCodes/MissingQuantityCustomGood.html +134 -0
  266. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocument.html +134 -0
  267. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocumentDuplicate.html +134 -0
  268. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeEmail.html +134 -0
  269. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredEmail.html +134 -0
  270. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredFirstNameAddresseeDocument.html +134 -0
  271. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMRNCode.html +134 -0
  272. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumber.html +134 -0
  273. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumberOrEmail.html +134 -0
  274. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredParcelCode.html +134 -0
  275. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPayday.html +134 -0
  276. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumber.html +134 -0
  277. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrEmail.html +134 -0
  278. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrWhat.html +134 -0
  279. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPrice.html +134 -0
  280. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService.html +134 -0
  281. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService10.html +134 -0
  282. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1AB.html +134 -0
  283. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1X.html +134 -0
  284. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService2X.html +134 -0
  285. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3X.html +134 -0
  286. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3XTrinity.html +134 -0
  287. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4.html +134 -0
  288. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4X.html +134 -0
  289. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4x.html +134 -0
  290. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredVoucherPrice.html +134 -0
  291. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredZPROOrderNumber.html +134 -0
  292. data/doc/CzechPostB2bClient/ResponseCodes/MissingReturnInstructions.html +134 -0
  293. data/doc/CzechPostB2bClient/ResponseCodes/MissingReturnNumberDays.html +134 -0
  294. data/doc/CzechPostB2bClient/ResponseCodes/MissingSenderEmail.html +134 -0
  295. data/doc/CzechPostB2bClient/ResponseCodes/MissingSizeCategory.html +134 -0
  296. data/doc/CzechPostB2bClient/ResponseCodes/MissingSurname.html +134 -0
  297. data/doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbol.html +134 -0
  298. data/doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbolDuplicate.html +134 -0
  299. data/doc/CzechPostB2bClient/ResponseCodes/MissingWeightCustomGood.html +134 -0
  300. data/doc/CzechPostB2bClient/ResponseCodes/MissingWidth.html +134 -0
  301. data/doc/CzechPostB2bClient/ResponseCodes/NfoCancelService9.html +134 -0
  302. data/doc/CzechPostB2bClient/ResponseCodes/NoContractService41.html +134 -0
  303. data/doc/CzechPostB2bClient/ResponseCodes/NoContractServiceReturnReceipt.html +134 -0
  304. data/doc/CzechPostB2bClient/ResponseCodes/NotExistingOrderNumber.html +134 -0
  305. data/doc/CzechPostB2bClient/ResponseCodes/Ok.html +134 -0
  306. data/doc/CzechPostB2bClient/ResponseCodes/OverenoVecerniDorucovani.html +134 -0
  307. data/doc/CzechPostB2bClient/ResponseCodes/PalettsNumberOutOfRange.html +134 -0
  308. data/doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotAllowed.html +134 -0
  309. data/doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotInAssignedRange.html +134 -0
  310. data/doc/CzechPostB2bClient/ResponseCodes/ParcelDoesNotMeetTheRequirementsForm.html +134 -0
  311. data/doc/CzechPostB2bClient/ResponseCodes/PriceAndCODAmountTooBig.html +134 -0
  312. data/doc/CzechPostB2bClient/ResponseCodes/PriceOutOfRange.html +134 -0
  313. data/doc/CzechPostB2bClient/ResponseCodes/PriceTooBig.html +134 -0
  314. data/doc/CzechPostB2bClient/ResponseCodes/PriceTooLow.html +134 -0
  315. data/doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberCannotBeImported.html +134 -0
  316. data/doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberOutOfRange.html +134 -0
  317. data/doc/CzechPostB2bClient/ResponseCodes/ServicesCombinationNotAllowed.html +134 -0
  318. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionAlreadyClosed.html +134 -0
  319. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionNotExists.html +134 -0
  320. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionOpened.html +134 -0
  321. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionUnfinished.html +134 -0
  322. data/doc/CzechPostB2bClient/ResponseCodes/UnauthorizedAccess.html +134 -0
  323. data/doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseeCity.html +134 -0
  324. data/doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseePostCode.html +134 -0
  325. data/doc/CzechPostB2bClient/ResponseCodes/UnknownPrefix.html +134 -0
  326. data/doc/CzechPostB2bClient/ResponseCodes/VariableSymbolIsNotNumber.html +134 -0
  327. data/doc/CzechPostB2bClient/ResponseCodes/WeightCustomGoodOutOfRange.html +134 -0
  328. data/doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRange.html +134 -0
  329. data/doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRangeDuplicate.html +134 -0
  330. data/doc/CzechPostB2bClient/ResponseParsers.html +117 -0
  331. data/doc/CzechPostB2bClient/ResponseParsers/BaseParser.html +283 -0
  332. data/doc/CzechPostB2bClient/ResponseParsers/GetParcelStateParser.html +533 -0
  333. data/doc/CzechPostB2bClient/ResponseParsers/GetParcelsPrintingParser.html +463 -0
  334. data/doc/CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html +625 -0
  335. data/doc/CzechPostB2bClient/ResponseParsers/GetStatsParser.html +347 -0
  336. data/doc/CzechPostB2bClient/ResponseParsers/SendParcelsParser.html +231 -0
  337. data/doc/CzechPostB2bClient/Services.html +117 -0
  338. data/doc/CzechPostB2bClient/Services/AddressSheetsGenerator.html +451 -0
  339. data/doc/CzechPostB2bClient/Services/ApiCaller.html +307 -0
  340. data/doc/CzechPostB2bClient/Services/Communicator.html +220 -0
  341. data/doc/CzechPostB2bClient/Services/DeliveringInspector.html +324 -0
  342. data/doc/CzechPostB2bClient/Services/Orchestrator.html +143 -0
  343. data/doc/CzechPostB2bClient/Services/ParcelsSendProcessUpdater.html +377 -0
  344. data/doc/CzechPostB2bClient/Services/ParcelsSender.html +402 -0
  345. data/doc/CzechPostB2bClient/Services/ParcelsSubmissionCloser.html +337 -0
  346. data/doc/CzechPostB2bClient/Services/TimePeriodStatisticator.html +398 -0
  347. data/doc/SteppedService.html +224 -0
  348. data/doc/SteppedService/Base.html +706 -0
  349. data/doc/SteppedService/Errors.html +365 -0
  350. data/doc/_index.html +2607 -0
  351. data/doc/class_list.html +51 -0
  352. data/doc/css/common.css +1 -0
  353. data/doc/css/full_list.css +58 -0
  354. data/doc/css/style.css +496 -0
  355. data/doc/file.README.html +357 -0
  356. data/doc/file_list.html +56 -0
  357. data/doc/frames.html +17 -0
  358. data/doc/index.html +357 -0
  359. data/doc/js/app.js +303 -0
  360. data/doc/js/full_list.js +216 -0
  361. data/doc/js/jquery.js +4 -0
  362. data/doc/method_list.html +923 -0
  363. data/doc/top-level-namespace.html +110 -0
  364. data/lib/czech_post_b2b_client.rb +37 -0
  365. data/lib/czech_post_b2b_client/b2b_errors.rb +105 -0
  366. data/lib/czech_post_b2b_client/configuration.rb +34 -0
  367. data/lib/czech_post_b2b_client/printing_templates.rb +166 -0
  368. data/lib/czech_post_b2b_client/request_builders.rb +8 -0
  369. data/lib/czech_post_b2b_client/request_builders/base_builder.rb +90 -0
  370. data/lib/czech_post_b2b_client/request_builders/get_parcel_state_builder.rb +44 -0
  371. data/lib/czech_post_b2b_client/request_builders/get_parcels_printing_builder.rb +79 -0
  372. data/lib/czech_post_b2b_client/request_builders/get_result_parcels_builder.rb +28 -0
  373. data/lib/czech_post_b2b_client/request_builders/get_stats_builder.rb +30 -0
  374. data/lib/czech_post_b2b_client/request_builders/send_parcels_builder.rb +294 -0
  375. data/lib/czech_post_b2b_client/response_codes.rb +1900 -0
  376. data/lib/czech_post_b2b_client/response_parsers.rb +8 -0
  377. data/lib/czech_post_b2b_client/response_parsers/base_parser.rb +95 -0
  378. data/lib/czech_post_b2b_client/response_parsers/get_parcel_state_parser.rb +54 -0
  379. data/lib/czech_post_b2b_client/response_parsers/get_parcels_printing_parser.rb +42 -0
  380. data/lib/czech_post_b2b_client/response_parsers/get_result_parcels_parser.rb +56 -0
  381. data/lib/czech_post_b2b_client/response_parsers/get_stats_parser.rb +27 -0
  382. data/lib/czech_post_b2b_client/response_parsers/send_parcels_parser.rb +13 -0
  383. data/lib/czech_post_b2b_client/services.rb +10 -0
  384. data/lib/czech_post_b2b_client/services/address_sheets_generator.rb +55 -0
  385. data/lib/czech_post_b2b_client/services/api_caller.rb +115 -0
  386. data/lib/czech_post_b2b_client/services/communicator.rb +28 -0
  387. data/lib/czech_post_b2b_client/services/delivering_inspector.rb +50 -0
  388. data/lib/czech_post_b2b_client/services/orchestrator.rb +27 -0
  389. data/lib/czech_post_b2b_client/services/parcels_send_process_updater.rb +71 -0
  390. data/lib/czech_post_b2b_client/services/parcels_sender.rb +53 -0
  391. data/lib/czech_post_b2b_client/services/parcels_submission_closer.rb +23 -0
  392. data/lib/czech_post_b2b_client/services/time_period_statisticator.rb +44 -0
  393. data/lib/czech_post_b2b_client/version.rb +5 -0
  394. data/lib/stepped_service.rb +4 -0
  395. data/lib/stepped_service/base.rb +139 -0
  396. data/lib/stepped_service/errors.rb +29 -0
  397. metadata +571 -0
@@ -0,0 +1,365 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Class: SteppedService::Errors
8
+
9
+ &mdash; Documentation by YARD 0.9.19
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "SteppedService::Errors";
19
+ relpath = '../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../_index.html">Index (E)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../SteppedService.html" title="SteppedService (module)">SteppedService</a></span></span>
41
+ &raquo;
42
+ <span class="title">Errors</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Class: SteppedService::Errors
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName">Hash</span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next">Hash</li>
78
+
79
+ <li class="next">SteppedService::Errors</li>
80
+
81
+ </ul>
82
+ <a href="#" class="inheritanceTree">show all</a>
83
+
84
+ </dd>
85
+ </dl>
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>lib/stepped_service/errors.rb</dd>
100
+ </dl>
101
+
102
+ </div>
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+ <h2>
113
+ Instance Method Summary
114
+ <small><a href="#" class="summary_toggle">collapse</a></small>
115
+ </h2>
116
+
117
+ <ul class="summary">
118
+
119
+ <li class="public ">
120
+ <span class="summary_signature">
121
+
122
+ <a href="#add-instance_method" title="#add (instance method)">#<strong>add</strong>(key, value, _opts = {}) &#x21d2; Object </a>
123
+
124
+
125
+
126
+ </span>
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+ <span class="summary_desc"><div class='inline'></div></span>
137
+
138
+ </li>
139
+
140
+
141
+ <li class="public ">
142
+ <span class="summary_signature">
143
+
144
+ <a href="#add_from_hash-instance_method" title="#add_from_hash (instance method)">#<strong>add_from_hash</strong>(errors_hash) &#x21d2; Object </a>
145
+
146
+
147
+
148
+ </span>
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+ <span class="summary_desc"><div class='inline'></div></span>
159
+
160
+ </li>
161
+
162
+
163
+ <li class="public ">
164
+ <span class="summary_signature">
165
+
166
+ <a href="#each_one-instance_method" title="#each_one (instance method)">#<strong>each_one</strong> &#x21d2; Object </a>
167
+
168
+
169
+
170
+ </span>
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+ <span class="summary_desc"><div class='inline'></div></span>
181
+
182
+ </li>
183
+
184
+
185
+ <li class="public ">
186
+ <span class="summary_signature">
187
+
188
+ <a href="#full_messages-instance_method" title="#full_messages (instance method)">#<strong>full_messages</strong> &#x21d2; Object </a>
189
+
190
+
191
+
192
+ </span>
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+ <span class="summary_desc"><div class='inline'></div></span>
203
+
204
+ </li>
205
+
206
+
207
+ </ul>
208
+
209
+
210
+
211
+
212
+
213
+ <div id="instance_method_details" class="method_details_list">
214
+ <h2>Instance Method Details</h2>
215
+
216
+
217
+ <div class="method_details first">
218
+ <h3 class="signature first" id="add-instance_method">
219
+
220
+ #<strong>add</strong>(key, value, _opts = {}) &#x21d2; <tt>Object</tt>
221
+
222
+
223
+
224
+
225
+
226
+ </h3><table class="source_code">
227
+ <tr>
228
+ <td>
229
+ <pre class="lines">
230
+
231
+
232
+ 5
233
+ 6
234
+ 7
235
+ 8
236
+ 9</pre>
237
+ </td>
238
+ <td>
239
+ <pre class="code"><span class="info file"># File 'lib/stepped_service/errors.rb', line 5</span>
240
+
241
+ <span class='kw'>def</span> <span class='id identifier rubyid_add'>add</span><span class='lparen'>(</span><span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='comma'>,</span> <span class='id identifier rubyid__opts'>_opts</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
242
+ <span class='kw'>self</span><span class='lbracket'>[</span><span class='id identifier rubyid_key'>key</span><span class='rbracket'>]</span> <span class='op'>||=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
243
+ <span class='kw'>self</span><span class='lbracket'>[</span><span class='id identifier rubyid_key'>key</span><span class='rbracket'>]</span> <span class='op'>&lt;&lt;</span> <span class='id identifier rubyid_value'>value</span>
244
+ <span class='kw'>self</span><span class='lbracket'>[</span><span class='id identifier rubyid_key'>key</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_uniq!'>uniq!</span>
245
+ <span class='kw'>end</span></pre>
246
+ </td>
247
+ </tr>
248
+ </table>
249
+ </div>
250
+
251
+ <div class="method_details ">
252
+ <h3 class="signature " id="add_from_hash-instance_method">
253
+
254
+ #<strong>add_from_hash</strong>(errors_hash) &#x21d2; <tt>Object</tt>
255
+
256
+
257
+
258
+
259
+
260
+ </h3><table class="source_code">
261
+ <tr>
262
+ <td>
263
+ <pre class="lines">
264
+
265
+
266
+ 11
267
+ 12
268
+ 13
269
+ 14
270
+ 15</pre>
271
+ </td>
272
+ <td>
273
+ <pre class="code"><span class="info file"># File 'lib/stepped_service/errors.rb', line 11</span>
274
+
275
+ <span class='kw'>def</span> <span class='id identifier rubyid_add_from_hash'>add_from_hash</span><span class='lparen'>(</span><span class='id identifier rubyid_errors_hash'>errors_hash</span><span class='rparen'>)</span>
276
+ <span class='id identifier rubyid_errors_hash'>errors_hash</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_values'>values</span><span class='op'>|</span>
277
+ <span class='id identifier rubyid_values'>values</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_value'>value</span><span class='op'>|</span> <span class='id identifier rubyid_add'>add</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span> <span class='rbrace'>}</span>
278
+ <span class='kw'>end</span>
279
+ <span class='kw'>end</span></pre>
280
+ </td>
281
+ </tr>
282
+ </table>
283
+ </div>
284
+
285
+ <div class="method_details ">
286
+ <h3 class="signature " id="each_one-instance_method">
287
+
288
+ #<strong>each_one</strong> &#x21d2; <tt>Object</tt>
289
+
290
+
291
+
292
+
293
+
294
+ </h3><table class="source_code">
295
+ <tr>
296
+ <td>
297
+ <pre class="lines">
298
+
299
+
300
+ 23
301
+ 24
302
+ 25
303
+ 26
304
+ 27</pre>
305
+ </td>
306
+ <td>
307
+ <pre class="code"><span class="info file"># File 'lib/stepped_service/errors.rb', line 23</span>
308
+
309
+ <span class='kw'>def</span> <span class='id identifier rubyid_each_one'>each_one</span>
310
+ <span class='id identifier rubyid_each_pair'>each_pair</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_field'>field</span><span class='comma'>,</span> <span class='id identifier rubyid_messages'>messages</span><span class='op'>|</span>
311
+ <span class='id identifier rubyid_messages'>messages</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_message'>message</span><span class='op'>|</span> <span class='kw'>yield</span> <span class='id identifier rubyid_field'>field</span><span class='comma'>,</span> <span class='id identifier rubyid_message'>message</span> <span class='rbrace'>}</span>
312
+ <span class='kw'>end</span>
313
+ <span class='kw'>end</span></pre>
314
+ </td>
315
+ </tr>
316
+ </table>
317
+ </div>
318
+
319
+ <div class="method_details ">
320
+ <h3 class="signature " id="full_messages-instance_method">
321
+
322
+ #<strong>full_messages</strong> &#x21d2; <tt>Object</tt>
323
+
324
+
325
+
326
+
327
+
328
+ </h3><table class="source_code">
329
+ <tr>
330
+ <td>
331
+ <pre class="lines">
332
+
333
+
334
+ 17
335
+ 18
336
+ 19
337
+ 20
338
+ 21</pre>
339
+ </td>
340
+ <td>
341
+ <pre class="code"><span class="info file"># File 'lib/stepped_service/errors.rb', line 17</span>
342
+
343
+ <span class='kw'>def</span> <span class='id identifier rubyid_full_messages'>full_messages</span>
344
+ <span class='id identifier rubyid_f_msgs'>f_msgs</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
345
+ <span class='id identifier rubyid_each_one'>each_one</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_field'>field</span><span class='comma'>,</span> <span class='id identifier rubyid_message'>message</span><span class='op'>|</span> <span class='id identifier rubyid_f_msgs'>f_msgs</span> <span class='op'>&lt;&lt;</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_field'>field</span><span class='embexpr_end'>}</span><span class='tstring_content'>: </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_message'>message</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span> <span class='rbrace'>}</span>
346
+ <span class='id identifier rubyid_f_msgs'>f_msgs</span>
347
+ <span class='kw'>end</span></pre>
348
+ </td>
349
+ </tr>
350
+ </table>
351
+ </div>
352
+
353
+ </div>
354
+
355
+ </div>
356
+
357
+ <div id="footer">
358
+ Generated on Fri Mar 20 17:49:05 2020 by
359
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
360
+ 0.9.19 (ruby-2.4.1).
361
+ </div>
362
+
363
+ </div>
364
+ </body>
365
+ </html>
@@ -0,0 +1,2607 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Documentation by YARD 0.9.19
8
+
9
+ </title>
10
+
11
+ <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
12
+
13
+ <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
14
+
15
+ <script type="text/javascript" charset="utf-8">
16
+ pathId = null;
17
+ relpath = '';
18
+ </script>
19
+
20
+
21
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
22
+
23
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
24
+
25
+
26
+ </head>
27
+ <body>
28
+ <div class="nav_wrap">
29
+ <iframe id="nav" src="class_list.html?1"></iframe>
30
+ <div id="resizer"></div>
31
+ </div>
32
+
33
+ <div id="main" tabindex="-1">
34
+ <div id="header">
35
+ <div id="menu">
36
+
37
+ </div>
38
+
39
+ <div id="search">
40
+
41
+ <a class="full_list_link" id="class_list_link"
42
+ href="class_list.html">
43
+
44
+ <svg width="24" height="24">
45
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
46
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
47
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
48
+ </svg>
49
+ </a>
50
+
51
+ </div>
52
+ <div class="clear"></div>
53
+ </div>
54
+
55
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.19</h1>
56
+ <div id="listing">
57
+ <h1 class="alphaindex">Alphabetic Index</h1>
58
+
59
+ <h2>File Listing</h2>
60
+ <ul id="files" class="index_inline_list">
61
+
62
+
63
+ <li class="r1"><a href="index.html" title="README">README</a></li>
64
+
65
+
66
+ </ul>
67
+
68
+ <div class="clear"></div>
69
+ <h2>Namespace Listing A-Z</h2>
70
+
71
+
72
+
73
+
74
+ <table>
75
+ <tr>
76
+ <td valign='top' width="33%">
77
+
78
+
79
+ <ul id="alpha_A" class="alpha">
80
+ <li class="letter">A</li>
81
+ <ul>
82
+
83
+ <li>
84
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AddressAllowedForBalikovnaOnly.html" title="CzechPostB2bClient::ResponseCodes::AddressAllowedForBalikovnaOnly (class)">AddressAllowedForBalikovnaOnly</a></span>
85
+
86
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
87
+
88
+ </li>
89
+
90
+ <li>
91
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AddressData3x8.html" title="CzechPostB2bClient::PrintingTemplates::AddressData3x8 (class)">AddressData3x8</a></span>
92
+
93
+ <small>(CzechPostB2bClient::PrintingTemplates)</small>
94
+
95
+ </li>
96
+
97
+ <li>
98
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AddressIsNotValidForSubject.html" title="CzechPostB2bClient::ResponseCodes::AddressIsNotValidForSubject (class)">AddressIsNotValidForSubject</a></span>
99
+
100
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
101
+
102
+ </li>
103
+
104
+ <li>
105
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AddressNeedsPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::AddressNeedsPhoneNumber (class)">AddressNeedsPhoneNumber</a></span>
106
+
107
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
108
+
109
+ </li>
110
+
111
+ <li>
112
+ <span class='object_link'><a href="CzechPostB2bClient/Services/AddressSheetsGenerator.html" title="CzechPostB2bClient::Services::AddressSheetsGenerator (class)">AddressSheetsGenerator</a></span>
113
+
114
+ <small>(CzechPostB2bClient::Services)</small>
115
+
116
+ </li>
117
+
118
+ <li>
119
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AddressSuitableForLocalDelivery.html" title="CzechPostB2bClient::ResponseCodes::AddressSuitableForLocalDelivery (class)">AddressSuitableForLocalDelivery</a></span>
120
+
121
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
122
+
123
+ </li>
124
+
125
+ <li>
126
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostu.html" title="CzechPostB2bClient::ResponseCodes::AddressValidOnlyForNaPostu (class)">AddressValidOnlyForNaPostu</a></span>
127
+
128
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
129
+
130
+ </li>
131
+
132
+ <li>
133
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostuDuplicate.html" title="CzechPostB2bClient::ResponseCodes::AddressValidOnlyForNaPostuDuplicate (class)">AddressValidOnlyForNaPostuDuplicate</a></span>
134
+
135
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
136
+
137
+ </li>
138
+
139
+ <li>
140
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AddresseeCityRequired.html" title="CzechPostB2bClient::ResponseCodes::AddresseeCityRequired (class)">AddresseeCityRequired</a></span>
141
+
142
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
143
+
144
+ </li>
145
+
146
+ <li>
147
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel (module)">AdressLabel</a></span>
148
+
149
+ <small>(CzechPostB2bClient::PrintingTemplates)</small>
150
+
151
+ </li>
152
+
153
+ <li>
154
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AlreadyAssignedOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::AlreadyAssignedOrderNumber (class)">AlreadyAssignedOrderNumber</a></span>
155
+
156
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
157
+
158
+ </li>
159
+
160
+ <li>
161
+ <span class='object_link'><a href="CzechPostB2bClient/Services/ApiCaller.html" title="CzechPostB2bClient::Services::ApiCaller (class)">ApiCaller</a></span>
162
+
163
+ <small>(CzechPostB2bClient::Services)</small>
164
+
165
+ </li>
166
+
167
+ </ul>
168
+ </ul>
169
+
170
+
171
+ <ul id="alpha_B" class="alpha">
172
+ <li class="letter">B</li>
173
+ <ul>
174
+
175
+ <li>
176
+ <span class='object_link'><a href="CzechPostB2bClient/B2BErrors.html" title="CzechPostB2bClient::B2BErrors (module)">B2BErrors</a></span>
177
+
178
+ <small>(CzechPostB2bClient)</small>
179
+
180
+ </li>
181
+
182
+ <li>
183
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadAddressee.html" title="CzechPostB2bClient::ResponseCodes::BadAddressee (class)">BadAddressee</a></span>
184
+
185
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
186
+
187
+ </li>
188
+
189
+ <li>
190
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadCODAmount.html" title="CzechPostB2bClient::ResponseCodes::BadCODAmount (class)">BadCODAmount</a></span>
191
+
192
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
193
+
194
+ </li>
195
+
196
+ <li>
197
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadFormatReturnNumberDays.html" title="CzechPostB2bClient::ResponseCodes::BadFormatReturnNumberDays (class)">BadFormatReturnNumberDays</a></span>
198
+
199
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
200
+
201
+ </li>
202
+
203
+ <li>
204
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadHeight.html" title="CzechPostB2bClient::ResponseCodes::BadHeight (class)">BadHeight</a></span>
205
+
206
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
207
+
208
+ </li>
209
+
210
+ <li>
211
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadLength.html" title="CzechPostB2bClient::ResponseCodes::BadLength (class)">BadLength</a></span>
212
+
213
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
214
+
215
+ </li>
216
+
217
+ <li>
218
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadPrefix.html" title="CzechPostB2bClient::ResponseCodes::BadPrefix (class)">BadPrefix</a></span>
219
+
220
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
221
+
222
+ </li>
223
+
224
+ <li>
225
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadPrefixForAddress.html" title="CzechPostB2bClient::ResponseCodes::BadPrefixForAddress (class)">BadPrefixForAddress</a></span>
226
+
227
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
228
+
229
+ </li>
230
+
231
+ <li>
232
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadPrice.html" title="CzechPostB2bClient::ResponseCodes::BadPrice (class)">BadPrice</a></span>
233
+
234
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
235
+
236
+ </li>
237
+
238
+ <li>
239
+ <span class='object_link'><a href="CzechPostB2bClient/B2BErrors/BadRequestError.html" title="CzechPostB2bClient::B2BErrors::BadRequestError (class)">BadRequestError</a></span>
240
+
241
+ <small>(CzechPostB2bClient::B2BErrors)</small>
242
+
243
+ </li>
244
+
245
+ <li>
246
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadVariableSymbol.html" title="CzechPostB2bClient::ResponseCodes::BadVariableSymbol (class)">BadVariableSymbol</a></span>
247
+
248
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
249
+
250
+ </li>
251
+
252
+ <li>
253
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadWeight.html" title="CzechPostB2bClient::ResponseCodes::BadWeight (class)">BadWeight</a></span>
254
+
255
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
256
+
257
+ </li>
258
+
259
+ <li>
260
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadWidth.html" title="CzechPostB2bClient::ResponseCodes::BadWidth (class)">BadWidth</a></span>
261
+
262
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
263
+
264
+ </li>
265
+
266
+ <li>
267
+ <span class='object_link'><a href="SteppedService/Base.html" title="SteppedService::Base (class)">Base</a></span>
268
+
269
+ <small>(SteppedService)</small>
270
+
271
+ </li>
272
+
273
+ <li>
274
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/Base.html" title="CzechPostB2bClient::PrintingTemplates::Base (class)">Base</a></span>
275
+
276
+ <small>(CzechPostB2bClient::PrintingTemplates)</small>
277
+
278
+ </li>
279
+
280
+ <li>
281
+ <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/BaseBuilder.html" title="CzechPostB2bClient::RequestBuilders::BaseBuilder (class)">BaseBuilder</a></span>
282
+
283
+ <small>(CzechPostB2bClient::RequestBuilders)</small>
284
+
285
+ </li>
286
+
287
+ <li>
288
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span>
289
+
290
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
291
+
292
+ </li>
293
+
294
+ <li>
295
+ <span class='object_link'><a href="CzechPostB2bClient/B2BErrors/BaseError.html" title="CzechPostB2bClient::B2BErrors::BaseError (class)">BaseError</a></span>
296
+
297
+ <small>(CzechPostB2bClient::B2BErrors)</small>
298
+
299
+ </li>
300
+
301
+ <li>
302
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/BaseParser.html" title="CzechPostB2bClient::ResponseParsers::BaseParser (class)">BaseParser</a></span>
303
+
304
+ <small>(CzechPostB2bClient::ResponseParsers)</small>
305
+
306
+ </li>
307
+
308
+ <li>
309
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BatchClosed.html" title="CzechPostB2bClient::ResponseCodes::BatchClosed (class)">BatchClosed</a></span>
310
+
311
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
312
+
313
+ </li>
314
+
315
+ <li>
316
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BatchInvalid.html" title="CzechPostB2bClient::ResponseCodes::BatchInvalid (class)">BatchInvalid</a></span>
317
+
318
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
319
+
320
+ </li>
321
+
322
+ <li>
323
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BatchUnfinished.html" title="CzechPostB2bClient::ResponseCodes::BatchUnfinished (class)">BatchUnfinished</a></span>
324
+
325
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
326
+
327
+ </li>
328
+
329
+ <li>
330
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::Blank (class)">Blank</a></span>
331
+
332
+ <small>(CzechPostB2bClient::PrintingTemplates::AdressLabel)</small>
333
+
334
+ </li>
335
+
336
+ <li>
337
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank4OnPage.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::Blank4OnPage (class)">Blank4OnPage</a></span>
338
+
339
+ <small>(CzechPostB2bClient::PrintingTemplates::AdressLabel)</small>
340
+
341
+ </li>
342
+
343
+ <li>
344
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/BlankLandscape.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::BlankLandscape (class)">BlankLandscape</a></span>
345
+
346
+ <small>(CzechPostB2bClient::PrintingTemplates::AdressLabel)</small>
347
+
348
+ </li>
349
+
350
+ </ul>
351
+ </ul>
352
+
353
+
354
+ <ul id="alpha_C" class="alpha">
355
+ <li class="letter">C</li>
356
+ <ul>
357
+
358
+ <li>
359
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/CODAmountOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::CODAmountOutOfRange (class)">CODAmountOutOfRange</a></span>
360
+
361
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
362
+
363
+ </li>
364
+
365
+ <li>
366
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/CODAmountTooBig.html" title="CzechPostB2bClient::ResponseCodes::CODAmountTooBig (class)">CODAmountTooBig</a></span>
367
+
368
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
369
+
370
+ </li>
371
+
372
+ <li>
373
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CODVoucherA.html" title="CzechPostB2bClient::PrintingTemplates::CODVoucherA (class)">CODVoucherA</a></span>
374
+
375
+ <small>(CzechPostB2bClient::PrintingTemplates)</small>
376
+
377
+ </li>
378
+
379
+ <li>
380
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CODVoucherA3OnPage.html" title="CzechPostB2bClient::PrintingTemplates::CODVoucherA3OnPage (class)">CODVoucherA3OnPage</a></span>
381
+
382
+ <small>(CzechPostB2bClient::PrintingTemplates)</small>
383
+
384
+ </li>
385
+
386
+ <li>
387
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CODVoucherC.html" title="CzechPostB2bClient::PrintingTemplates::CODVoucherC (class)">CODVoucherC</a></span>
388
+
389
+ <small>(CzechPostB2bClient::PrintingTemplates)</small>
390
+
391
+ </li>
392
+
393
+ <li>
394
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CODVoucherForCSOB.html" title="CzechPostB2bClient::PrintingTemplates::CODVoucherForCSOB (class)">CODVoucherForCSOB</a></span>
395
+
396
+ <small>(CzechPostB2bClient::PrintingTemplates)</small>
397
+
398
+ </li>
399
+
400
+ <li>
401
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/CanceledOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::CanceledOrderNumber (class)">CanceledOrderNumber</a></span>
402
+
403
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
404
+
405
+ </li>
406
+
407
+ <li>
408
+ <span class='object_link'><a href="CzechPostB2bClient/Services/Communicator.html" title="CzechPostB2bClient::Services::Communicator (class)">Communicator</a></span>
409
+
410
+ <small>(CzechPostB2bClient::Services)</small>
411
+
412
+ </li>
413
+
414
+ <li>
415
+ <span class='object_link'><a href="CzechPostB2bClient/Configuration.html" title="CzechPostB2bClient::Configuration (class)">Configuration</a></span>
416
+
417
+ <small>(CzechPostB2bClient)</small>
418
+
419
+ </li>
420
+
421
+ <li>
422
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN22.html" title="CzechPostB2bClient::PrintingTemplates::CustomDeclarationCN22 (class)">CustomDeclarationCN22</a></span>
423
+
424
+ <small>(CzechPostB2bClient::PrintingTemplates)</small>
425
+
426
+ </li>
427
+
428
+ <li>
429
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN23.html" title="CzechPostB2bClient::PrintingTemplates::CustomDeclarationCN23 (class)">CustomDeclarationCN23</a></span>
430
+
431
+ <small>(CzechPostB2bClient::PrintingTemplates)</small>
432
+
433
+ </li>
434
+
435
+ <li>
436
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/CustomGoodQuantityOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::CustomGoodQuantityOutOfRange (class)">CustomGoodQuantityOutOfRange</a></span>
437
+
438
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
439
+
440
+ </li>
441
+
442
+ <li>
443
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/CustomerIDNotInAccordanceWithParcelCode.html" title="CzechPostB2bClient::ResponseCodes::CustomerIDNotInAccordanceWithParcelCode (class)">CustomerIDNotInAccordanceWithParcelCode</a></span>
444
+
445
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
446
+
447
+ </li>
448
+
449
+ <li>
450
+ <span class='object_link'><a href="CzechPostB2bClient/B2BErrors/CustomerRequestsCountOverflowError.html" title="CzechPostB2bClient::B2BErrors::CustomerRequestsCountOverflowError (class)">CustomerRequestsCountOverflowError</a></span>
451
+
452
+ <small>(CzechPostB2bClient::B2BErrors)</small>
453
+
454
+ </li>
455
+
456
+ <li>
457
+ <span class='object_link'><a href="CzechPostB2bClient.html" title="CzechPostB2bClient (module)">CzechPostB2bClient</a></span>
458
+
459
+ </li>
460
+
461
+ </ul>
462
+ </ul>
463
+
464
+
465
+ <ul id="alpha_D" class="alpha">
466
+ <li class="letter">D</li>
467
+ <ul>
468
+
469
+ <li>
470
+ <span class='object_link'><a href="CzechPostB2bClient/Services/DeliveringInspector.html" title="CzechPostB2bClient::Services::DeliveringInspector (class)">DeliveringInspector</a></span>
471
+
472
+ <small>(CzechPostB2bClient::Services)</small>
473
+
474
+ </li>
475
+
476
+ <li>
477
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/DeliveryTicket.html" title="CzechPostB2bClient::PrintingTemplates::DeliveryTicket (class)">DeliveryTicket</a></span>
478
+
479
+ <small>(CzechPostB2bClient::PrintingTemplates)</small>
480
+
481
+ </li>
482
+
483
+ <li>
484
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/DensityOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::DensityOutOfRange (class)">DensityOutOfRange</a></span>
485
+
486
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
487
+
488
+ </li>
489
+
490
+ <li>
491
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/DuplicateDuplicateParcelCode.html" title="CzechPostB2bClient::ResponseCodes::DuplicateDuplicateParcelCode (class)">DuplicateDuplicateParcelCode</a></span>
492
+
493
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
494
+
495
+ </li>
496
+
497
+ <li>
498
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/DuplicateParcel.html" title="CzechPostB2bClient::ResponseCodes::DuplicateParcel (class)">DuplicateParcel</a></span>
499
+
500
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
501
+
502
+ </li>
503
+
504
+ <li>
505
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/DuplicateParcelCode.html" title="CzechPostB2bClient::ResponseCodes::DuplicateParcelCode (class)">DuplicateParcelCode</a></span>
506
+
507
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
508
+
509
+ </li>
510
+
511
+ <li>
512
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/DuplicitParcelCode.html" title="CzechPostB2bClient::ResponseCodes::DuplicitParcelCode (class)">DuplicitParcelCode</a></span>
513
+
514
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
515
+
516
+ </li>
517
+
518
+ </ul>
519
+ </ul>
520
+
521
+
522
+ <ul id="alpha_E" class="alpha">
523
+ <li class="letter">E</li>
524
+ <ul>
525
+
526
+ <li>
527
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::EMS (class)">EMS</a></span>
528
+
529
+ <small>(CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage)</small>
530
+
531
+ </li>
532
+
533
+ <li>
534
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS2x4.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::EMS2x4 (class)">EMS2x4</a></span>
535
+
536
+ <small>(CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage)</small>
537
+
538
+ </li>
539
+
540
+ <li>
541
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/Envelope.html" title="CzechPostB2bClient::PrintingTemplates::Envelope (module)">Envelope</a></span>
542
+
543
+ <small>(CzechPostB2bClient::PrintingTemplates)</small>
544
+
545
+ </li>
546
+
547
+ <li>
548
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeB4.html" title="CzechPostB2bClient::PrintingTemplates::Envelope::EnvelopeB4 (class)">EnvelopeB4</a></span>
549
+
550
+ <small>(CzechPostB2bClient::PrintingTemplates::Envelope)</small>
551
+
552
+ </li>
553
+
554
+ <li>
555
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC5.html" title="CzechPostB2bClient::PrintingTemplates::Envelope::EnvelopeC5 (class)">EnvelopeC5</a></span>
556
+
557
+ <small>(CzechPostB2bClient::PrintingTemplates::Envelope)</small>
558
+
559
+ </li>
560
+
561
+ <li>
562
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC6.html" title="CzechPostB2bClient::PrintingTemplates::Envelope::EnvelopeC6 (class)">EnvelopeC6</a></span>
563
+
564
+ <small>(CzechPostB2bClient::PrintingTemplates::Envelope)</small>
565
+
566
+ </li>
567
+
568
+ <li>
569
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeDL.html" title="CzechPostB2bClient::PrintingTemplates::Envelope::EnvelopeDL (class)">EnvelopeDL</a></span>
570
+
571
+ <small>(CzechPostB2bClient::PrintingTemplates::Envelope)</small>
572
+
573
+ </li>
574
+
575
+ <li>
576
+ <span class='object_link'><a href="CzechPostB2bClient/Error.html" title="CzechPostB2bClient::Error (class)">Error</a></span>
577
+
578
+ <small>(CzechPostB2bClient)</small>
579
+
580
+ </li>
581
+
582
+ <li>
583
+ <span class='object_link'><a href="SteppedService/Errors.html" title="SteppedService::Errors (class)">Errors</a></span>
584
+
585
+ <small>(SteppedService)</small>
586
+
587
+ </li>
588
+
589
+ </ul>
590
+ </ul>
591
+
592
+
593
+ <ul id="alpha_F" class="alpha">
594
+ <li class="letter">F</li>
595
+ <ul>
596
+
597
+ <li>
598
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage (module)">ForeignPackage</a></span>
599
+
600
+ <small>(CzechPostB2bClient::PrintingTemplates::AdressLabel)</small>
601
+
602
+ </li>
603
+
604
+ <li>
605
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/FullSequence.html" title="CzechPostB2bClient::ResponseCodes::FullSequence (class)">FullSequence</a></span>
606
+
607
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
608
+
609
+ </li>
610
+
611
+ <li>
612
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/FullSequenceDuplicate.html" title="CzechPostB2bClient::ResponseCodes::FullSequenceDuplicate (class)">FullSequenceDuplicate</a></span>
613
+
614
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
615
+
616
+ </li>
617
+
618
+ </ul>
619
+ </ul>
620
+
621
+
622
+ <ul id="alpha_G" class="alpha">
623
+ <li class="letter">G</li>
624
+ <ul>
625
+
626
+ <li>
627
+ <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetParcelStateBuilder.html" title="CzechPostB2bClient::RequestBuilders::GetParcelStateBuilder (class)">GetParcelStateBuilder</a></span>
628
+
629
+ <small>(CzechPostB2bClient::RequestBuilders)</small>
630
+
631
+ </li>
632
+
633
+ <li>
634
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetParcelStateParser.html" title="CzechPostB2bClient::ResponseParsers::GetParcelStateParser (class)">GetParcelStateParser</a></span>
635
+
636
+ <small>(CzechPostB2bClient::ResponseParsers)</small>
637
+
638
+ </li>
639
+
640
+ <li>
641
+ <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetParcelsPrintingBuilder.html" title="CzechPostB2bClient::RequestBuilders::GetParcelsPrintingBuilder (class)">GetParcelsPrintingBuilder</a></span>
642
+
643
+ <small>(CzechPostB2bClient::RequestBuilders)</small>
644
+
645
+ </li>
646
+
647
+ <li>
648
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetParcelsPrintingParser.html" title="CzechPostB2bClient::ResponseParsers::GetParcelsPrintingParser (class)">GetParcelsPrintingParser</a></span>
649
+
650
+ <small>(CzechPostB2bClient::ResponseParsers)</small>
651
+
652
+ </li>
653
+
654
+ <li>
655
+ <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetResultParcelsBuilder.html" title="CzechPostB2bClient::RequestBuilders::GetResultParcelsBuilder (class)">GetResultParcelsBuilder</a></span>
656
+
657
+ <small>(CzechPostB2bClient::RequestBuilders)</small>
658
+
659
+ </li>
660
+
661
+ <li>
662
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html" title="CzechPostB2bClient::ResponseParsers::GetResultParcelsParser (class)">GetResultParcelsParser</a></span>
663
+
664
+ <small>(CzechPostB2bClient::ResponseParsers)</small>
665
+
666
+ </li>
667
+
668
+ <li>
669
+ <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetStatsBuilder.html" title="CzechPostB2bClient::RequestBuilders::GetStatsBuilder (class)">GetStatsBuilder</a></span>
670
+
671
+ <small>(CzechPostB2bClient::RequestBuilders)</small>
672
+
673
+ </li>
674
+
675
+ <li>
676
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetStatsParser.html" title="CzechPostB2bClient::ResponseParsers::GetStatsParser (class)">GetStatsParser</a></span>
677
+
678
+ <small>(CzechPostB2bClient::ResponseParsers)</small>
679
+
680
+ </li>
681
+
682
+ </ul>
683
+ </ul>
684
+
685
+
686
+ </td><td valign='top' width="33%">
687
+
688
+
689
+ <ul id="alpha_H" class="alpha">
690
+ <li class="letter">H</li>
691
+ <ul>
692
+
693
+ <li>
694
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/HarmonizedLabel.html" title="CzechPostB2bClient::PrintingTemplates::HarmonizedLabel (class)">HarmonizedLabel</a></span>
695
+
696
+ <small>(CzechPostB2bClient::PrintingTemplates)</small>
697
+
698
+ </li>
699
+
700
+ <li>
701
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/HarmonizedLabel4OnPage.html" title="CzechPostB2bClient::PrintingTemplates::HarmonizedLabel4OnPage (class)">HarmonizedLabel4OnPage</a></span>
702
+
703
+ <small>(CzechPostB2bClient::PrintingTemplates)</small>
704
+
705
+ </li>
706
+
707
+ </ul>
708
+ </ul>
709
+
710
+
711
+ <ul id="alpha_I" class="alpha">
712
+ <li class="letter">I</li>
713
+ <ul>
714
+
715
+ <li>
716
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/IllegalCombinationOfServices.html" title="CzechPostB2bClient::ResponseCodes::IllegalCombinationOfServices (class)">IllegalCombinationOfServices</a></span>
717
+
718
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
719
+
720
+ </li>
721
+
722
+ <li>
723
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoAddRequiredService75.html" title="CzechPostB2bClient::ResponseCodes::InfoAddRequiredService75 (class)">InfoAddRequiredService75</a></span>
724
+
725
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
726
+
727
+ </li>
728
+
729
+ <li>
730
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoAddService1A.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService1A (class)">InfoAddService1A</a></span>
731
+
732
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
733
+
734
+ </li>
735
+
736
+ <li>
737
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoAddService1B.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService1B (class)">InfoAddService1B</a></span>
738
+
739
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
740
+
741
+ </li>
742
+
743
+ <li>
744
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoAddService1D.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService1D (class)">InfoAddService1D</a></span>
745
+
746
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
747
+
748
+ </li>
749
+
750
+ <li>
751
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoAddService9.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService9 (class)">InfoAddService9</a></span>
752
+
753
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
754
+
755
+ </li>
756
+
757
+ <li>
758
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoAddressWasModified.html" title="CzechPostB2bClient::ResponseCodes::InfoAddressWasModified (class)">InfoAddressWasModified</a></span>
759
+
760
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
761
+
762
+ </li>
763
+
764
+ <li>
765
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoAddresseeToLong.html" title="CzechPostB2bClient::ResponseCodes::InfoAddresseeToLong (class)">InfoAddresseeToLong</a></span>
766
+
767
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
768
+
769
+ </li>
770
+
771
+ <li>
772
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelCustCardNumber (class)">InfoCancelCustCardNumber</a></span>
773
+
774
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
775
+
776
+ </li>
777
+
778
+ <li>
779
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumberAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelCustCardNumberAddresseeDocument (class)">InfoCancelCustCardNumberAddresseeDocument</a></span>
780
+
781
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
782
+
783
+ </li>
784
+
785
+ <li>
786
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelHeight.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelHeight (class)">InfoCancelHeight</a></span>
787
+
788
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
789
+
790
+ </li>
791
+
792
+ <li>
793
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelLength.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelLength (class)">InfoCancelLength</a></span>
794
+
795
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
796
+
797
+ </li>
798
+
799
+ <li>
800
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelMobilePhoneOrEmailAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelMobilePhoneOrEmailAddresseeDocument (class)">InfoCancelMobilePhoneOrEmailAddresseeDocument</a></span>
801
+
802
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
803
+
804
+ </li>
805
+
806
+ <li>
807
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelPalettsNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelPalettsNumber (class)">InfoCancelPalettsNumber</a></span>
808
+
809
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
810
+
811
+ </li>
812
+
813
+ <li>
814
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelPersonalIdentificationNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelPersonalIdentificationNumber (class)">InfoCancelPersonalIdentificationNumber</a></span>
815
+
816
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
817
+
818
+ </li>
819
+
820
+ <li>
821
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1AB.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AB (class)">InfoCancelService1AB</a></span>
822
+
823
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
824
+
825
+ </li>
826
+
827
+ <li>
828
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1ABForService40.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1ABForService40 (class)">InfoCancelService1ABForService40</a></span>
829
+
830
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
831
+
832
+ </li>
833
+
834
+ <li>
835
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1AForPostCode.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AForPostCode (class)">InfoCancelService1AForPostCode</a></span>
836
+
837
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
838
+
839
+ </li>
840
+
841
+ <li>
842
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1AForService40.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AForService40 (class)">InfoCancelService1AForService40</a></span>
843
+
844
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
845
+
846
+ </li>
847
+
848
+ <li>
849
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1AWith1B.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AWith1B (class)">InfoCancelService1AWith1B</a></span>
850
+
851
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
852
+
853
+ </li>
854
+
855
+ <li>
856
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1B.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1B (class)">InfoCancelService1B</a></span>
857
+
858
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
859
+
860
+ </li>
861
+
862
+ <li>
863
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1BAddService1A.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1BAddService1A (class)">InfoCancelService1BAddService1A</a></span>
864
+
865
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
866
+
867
+ </li>
868
+
869
+ <li>
870
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1BForPostCode.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1BForPostCode (class)">InfoCancelService1BForPostCode</a></span>
871
+
872
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
873
+
874
+ </li>
875
+
876
+ <li>
877
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1BWith1A.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1BWith1A (class)">InfoCancelService1BWith1A</a></span>
878
+
879
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
880
+
881
+ </li>
882
+
883
+ <li>
884
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1D (class)">InfoCancelService1D</a></span>
885
+
886
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
887
+
888
+ </li>
889
+
890
+ <li>
891
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1E.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1E (class)">InfoCancelService1E</a></span>
892
+
893
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
894
+
895
+ </li>
896
+
897
+ <li>
898
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1V.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1V (class)">InfoCancelService1V</a></span>
899
+
900
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
901
+
902
+ </li>
903
+
904
+ <li>
905
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService25.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService25 (class)">InfoCancelService25</a></span>
906
+
907
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
908
+
909
+ </li>
910
+
911
+ <li>
912
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService27.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService27 (class)">InfoCancelService27</a></span>
913
+
914
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
915
+
916
+ </li>
917
+
918
+ <li>
919
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService29.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService29 (class)">InfoCancelService29</a></span>
920
+
921
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
922
+
923
+ </li>
924
+
925
+ <li>
926
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService30.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService30 (class)">InfoCancelService30</a></span>
927
+
928
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
929
+
930
+ </li>
931
+
932
+ <li>
933
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService31.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService31 (class)">InfoCancelService31</a></span>
934
+
935
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
936
+
937
+ </li>
938
+
939
+ <li>
940
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService34.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService34 (class)">InfoCancelService34</a></span>
941
+
942
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
943
+
944
+ </li>
945
+
946
+ <li>
947
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService34InvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService34InvalidPhoneNumber (class)">InfoCancelService34InvalidPhoneNumber</a></span>
948
+
949
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
950
+
951
+ </li>
952
+
953
+ <li>
954
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService45.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService45 (class)">InfoCancelService45</a></span>
955
+
956
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
957
+
958
+ </li>
959
+
960
+ <li>
961
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService45InvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService45InvalidPhoneNumber (class)">InfoCancelService45InvalidPhoneNumber</a></span>
962
+
963
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
964
+
965
+ </li>
966
+
967
+ <li>
968
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService46.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService46 (class)">InfoCancelService46</a></span>
969
+
970
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
971
+
972
+ </li>
973
+
974
+ <li>
975
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService47.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService47 (class)">InfoCancelService47</a></span>
976
+
977
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
978
+
979
+ </li>
980
+
981
+ <li>
982
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService5B.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5B (class)">InfoCancelService5B</a></span>
983
+
984
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
985
+
986
+ </li>
987
+
988
+ <li>
989
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5C.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5BAnd5C (class)">InfoCancelService5BAnd5C</a></span>
990
+
991
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
992
+
993
+ </li>
994
+
995
+ <li>
996
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5BAnd5D (class)">InfoCancelService5BAnd5D</a></span>
997
+
998
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
999
+
1000
+ </li>
1001
+
1002
+ <li>
1003
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService5C.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5C (class)">InfoCancelService5C</a></span>
1004
+
1005
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1006
+
1007
+ </li>
1008
+
1009
+ <li>
1010
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService5CAnd5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5CAnd5D (class)">InfoCancelService5CAnd5D</a></span>
1011
+
1012
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1013
+
1014
+ </li>
1015
+
1016
+ <li>
1017
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5D (class)">InfoCancelService5D</a></span>
1018
+
1019
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1020
+
1021
+ </li>
1022
+
1023
+ <li>
1024
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelVSVoucher.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelVSVoucher (class)">InfoCancelVSVoucher</a></span>
1025
+
1026
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1027
+
1028
+ </li>
1029
+
1030
+ <li>
1031
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelWidth.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelWidth (class)">InfoCancelWidth</a></span>
1032
+
1033
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1034
+
1035
+ </li>
1036
+
1037
+ <li>
1038
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCityChanged.html" title="CzechPostB2bClient::ResponseCodes::InfoCityChanged (class)">InfoCityChanged</a></span>
1039
+
1040
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1041
+
1042
+ </li>
1043
+
1044
+ <li>
1045
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInexactAddress.html" title="CzechPostB2bClient::ResponseCodes::InfoInexactAddress (class)">InfoInexactAddress</a></span>
1046
+
1047
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1048
+
1049
+ </li>
1050
+
1051
+ <li>
1052
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidAccount.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidAccount (class)">InfoInvalidAccount</a></span>
1053
+
1054
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1055
+
1056
+ </li>
1057
+
1058
+ <li>
1059
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidBankCode.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidBankCode (class)">InfoInvalidBankCode</a></span>
1060
+
1061
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1062
+
1063
+ </li>
1064
+
1065
+ <li>
1066
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidBirthDay.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidBirthDay (class)">InfoInvalidBirthDay</a></span>
1067
+
1068
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1069
+
1070
+ </li>
1071
+
1072
+ <li>
1073
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidCODAmount.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidCODAmount (class)">InfoInvalidCODAmount</a></span>
1074
+
1075
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1076
+
1077
+ </li>
1078
+
1079
+ <li>
1080
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidCategoryCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidCategoryCustomDecalaration (class)">InfoInvalidCategoryCustomDecalaration</a></span>
1081
+
1082
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1083
+
1084
+ </li>
1085
+
1086
+ <li>
1087
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidEmail.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidEmail (class)">InfoInvalidEmail</a></span>
1088
+
1089
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1090
+
1091
+ </li>
1092
+
1093
+ <li>
1094
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidMobilePhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidMobilePhoneNumber (class)">InfoInvalidMobilePhoneNumber</a></span>
1095
+
1096
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1097
+
1098
+ </li>
1099
+
1100
+ <li>
1101
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidPhoneNumber (class)">InfoInvalidPhoneNumber</a></span>
1102
+
1103
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1104
+
1105
+ </li>
1106
+
1107
+ <li>
1108
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidPrefixAccount.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidPrefixAccount (class)">InfoInvalidPrefixAccount</a></span>
1109
+
1110
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1111
+
1112
+ </li>
1113
+
1114
+ <li>
1115
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidPrice.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidPrice (class)">InfoInvalidPrice</a></span>
1116
+
1117
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1118
+
1119
+ </li>
1120
+
1121
+ <li>
1122
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidSpecificSymbol.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidSpecificSymbol (class)">InfoInvalidSpecificSymbol</a></span>
1123
+
1124
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1125
+
1126
+ </li>
1127
+
1128
+ <li>
1129
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidTelephoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidTelephoneNumber (class)">InfoInvalidTelephoneNumber</a></span>
1130
+
1131
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1132
+
1133
+ </li>
1134
+
1135
+ <li>
1136
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidWeight.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidWeight (class)">InfoInvalidWeight</a></span>
1137
+
1138
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1139
+
1140
+ </li>
1141
+
1142
+ <li>
1143
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized.html" title="CzechPostB2bClient::ResponseCodes::InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized (class)">InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized</a></span>
1144
+
1145
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1146
+
1147
+ </li>
1148
+
1149
+ <li>
1150
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoPriceIsNotNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoPriceIsNotNumber (class)">InfoPriceIsNotNumber</a></span>
1151
+
1152
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1153
+
1154
+ </li>
1155
+
1156
+ <li>
1157
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoPriceIsTooBig.html" title="CzechPostB2bClient::ResponseCodes::InfoPriceIsTooBig (class)">InfoPriceIsTooBig</a></span>
1158
+
1159
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1160
+
1161
+ </li>
1162
+
1163
+ <li>
1164
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoService29And47.html" title="CzechPostB2bClient::ResponseCodes::InfoService29And47 (class)">InfoService29And47</a></span>
1165
+
1166
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1167
+
1168
+ </li>
1169
+
1170
+ <li>
1171
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoSpecialPackagingRequest.html" title="CzechPostB2bClient::ResponseCodes::InfoSpecialPackagingRequest (class)">InfoSpecialPackagingRequest</a></span>
1172
+
1173
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1174
+
1175
+ </li>
1176
+
1177
+ <li>
1178
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/IntegratedDocument.html" title="CzechPostB2bClient::PrintingTemplates::IntegratedDocument (class)">IntegratedDocument</a></span>
1179
+
1180
+ <small>(CzechPostB2bClient::PrintingTemplates)</small>
1181
+
1182
+ </li>
1183
+
1184
+ <li>
1185
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InternalApplicationError.html" title="CzechPostB2bClient::ResponseCodes::InternalApplicationError (class)">InternalApplicationError</a></span>
1186
+
1187
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1188
+
1189
+ </li>
1190
+
1191
+ <li>
1192
+ <span class='object_link'><a href="CzechPostB2bClient/B2BErrors/InternalB2BServerError.html" title="CzechPostB2bClient::B2BErrors::InternalB2BServerError (class)">InternalB2BServerError</a></span>
1193
+
1194
+ <small>(CzechPostB2bClient::B2BErrors)</small>
1195
+
1196
+ </li>
1197
+
1198
+ <li>
1199
+ <span class='object_link'><a href="CzechPostB2bClient/B2BErrors/InternalBackendServerError.html" title="CzechPostB2bClient::B2BErrors::InternalBackendServerError (class)">InternalBackendServerError</a></span>
1200
+
1201
+ <small>(CzechPostB2bClient::B2BErrors)</small>
1202
+
1203
+ </li>
1204
+
1205
+ <li>
1206
+ <span class='object_link'><a href="CzechPostB2bClient/B2BErrors/InternalDataPersistenceServerError.html" title="CzechPostB2bClient::B2BErrors::InternalDataPersistenceServerError (class)">InternalDataPersistenceServerError</a></span>
1207
+
1208
+ <small>(CzechPostB2bClient::B2BErrors)</small>
1209
+
1210
+ </li>
1211
+
1212
+ <li>
1213
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentForParcelType.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentForParcelType (class)">InvalidAddressAddresseeDocumentForParcelType</a></span>
1214
+
1215
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1216
+
1217
+ </li>
1218
+
1219
+ <li>
1220
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentObjectNotFound.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentObjectNotFound (class)">InvalidAddressAddresseeDocumentObjectNotFound</a></span>
1221
+
1222
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1223
+
1224
+ </li>
1225
+
1226
+ <li>
1227
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentWrongCity.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentWrongCity (class)">InvalidAddressAddresseeDocumentWrongCity</a></span>
1228
+
1229
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1230
+
1231
+ </li>
1232
+
1233
+ <li>
1234
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressForBalikovna.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForBalikovna (class)">InvalidAddressForBalikovna</a></span>
1235
+
1236
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1237
+
1238
+ </li>
1239
+
1240
+ <li>
1241
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressForBigPackage.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForBigPackage (class)">InvalidAddressForBigPackage</a></span>
1242
+
1243
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1244
+
1245
+ </li>
1246
+
1247
+ <li>
1248
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressForCODAmountOver20000.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForCODAmountOver20000 (class)">InvalidAddressForCODAmountOver20000</a></span>
1249
+
1250
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1251
+
1252
+ </li>
1253
+
1254
+ <li>
1255
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressForParcelType.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForParcelType (class)">InvalidAddressForParcelType</a></span>
1256
+
1257
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1258
+
1259
+ </li>
1260
+
1261
+ <li>
1262
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressee.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressee (class)">InvalidAddressee</a></span>
1263
+
1264
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1265
+
1266
+ </li>
1267
+
1268
+ <li>
1269
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAmount.html" title="CzechPostB2bClient::ResponseCodes::InvalidAmount (class)">InvalidAmount</a></span>
1270
+
1271
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1272
+
1273
+ </li>
1274
+
1275
+ <li>
1276
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAmountCurrency.html" title="CzechPostB2bClient::ResponseCodes::InvalidAmountCurrency (class)">InvalidAmountCurrency</a></span>
1277
+
1278
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1279
+
1280
+ </li>
1281
+
1282
+ <li>
1283
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAmountType.html" title="CzechPostB2bClient::ResponseCodes::InvalidAmountType (class)">InvalidAmountType</a></span>
1284
+
1285
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1286
+
1287
+ </li>
1288
+
1289
+ <li>
1290
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidCODAmount.html" title="CzechPostB2bClient::ResponseCodes::InvalidCODAmount (class)">InvalidCODAmount</a></span>
1291
+
1292
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1293
+
1294
+ </li>
1295
+
1296
+ <li>
1297
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidCODCurrency.html" title="CzechPostB2bClient::ResponseCodes::InvalidCODCurrency (class)">InvalidCODCurrency</a></span>
1298
+
1299
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1300
+
1301
+ </li>
1302
+
1303
+ <li>
1304
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidCODCurrencyAccordance.html" title="CzechPostB2bClient::ResponseCodes::InvalidCODCurrencyAccordance (class)">InvalidCODCurrencyAccordance</a></span>
1305
+
1306
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1307
+
1308
+ </li>
1309
+
1310
+ <li>
1311
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidCategoryCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::InvalidCategoryCustomDecalaration (class)">InvalidCategoryCustomDecalaration</a></span>
1312
+
1313
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1314
+
1315
+ </li>
1316
+
1317
+ <li>
1318
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidContentCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidContentCustomGood (class)">InvalidContentCustomGood</a></span>
1319
+
1320
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1321
+
1322
+ </li>
1323
+
1324
+ <li>
1325
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidCurrencyCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::InvalidCurrencyCustomDecalaration (class)">InvalidCurrencyCustomDecalaration</a></span>
1326
+
1327
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1328
+
1329
+ </li>
1330
+
1331
+ <li>
1332
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidCustomGoodNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidCustomGoodNumber (class)">InvalidCustomGoodNumber</a></span>
1333
+
1334
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1335
+
1336
+ </li>
1337
+
1338
+ <li>
1339
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidCustomerCardNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidCustomerCardNumber (class)">InvalidCustomerCardNumber</a></span>
1340
+
1341
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1342
+
1343
+ </li>
1344
+
1345
+ <li>
1346
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidCustomerId.html" title="CzechPostB2bClient::ResponseCodes::InvalidCustomerId (class)">InvalidCustomerId</a></span>
1347
+
1348
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1349
+
1350
+ </li>
1351
+
1352
+ <li>
1353
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidDensity.html" title="CzechPostB2bClient::ResponseCodes::InvalidDensity (class)">InvalidDensity</a></span>
1354
+
1355
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1356
+
1357
+ </li>
1358
+
1359
+ <li>
1360
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidEmail.html" title="CzechPostB2bClient::ResponseCodes::InvalidEmail (class)">InvalidEmail</a></span>
1361
+
1362
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1363
+
1364
+ </li>
1365
+
1366
+ <li>
1367
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidHeight.html" title="CzechPostB2bClient::ResponseCodes::InvalidHeight (class)">InvalidHeight</a></span>
1368
+
1369
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1370
+
1371
+ </li>
1372
+
1373
+ <li>
1374
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidHsCodeCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidHsCodeCustomGood (class)">InvalidHsCodeCustomGood</a></span>
1375
+
1376
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1377
+
1378
+ </li>
1379
+
1380
+ <li>
1381
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidIsoCustomGood (class)">InvalidIsoCustomGood</a></span>
1382
+
1383
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1384
+
1385
+ </li>
1386
+
1387
+ <li>
1388
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGoodFormat.html" title="CzechPostB2bClient::ResponseCodes::InvalidIsoCustomGoodFormat (class)">InvalidIsoCustomGoodFormat</a></span>
1389
+
1390
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1391
+
1392
+ </li>
1393
+
1394
+ <li>
1395
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidLength.html" title="CzechPostB2bClient::ResponseCodes::InvalidLength (class)">InvalidLength</a></span>
1396
+
1397
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1398
+
1399
+ </li>
1400
+
1401
+ <li>
1402
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidLocation.html" title="CzechPostB2bClient::ResponseCodes::InvalidLocation (class)">InvalidLocation</a></span>
1403
+
1404
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1405
+
1406
+ </li>
1407
+
1408
+ <li>
1409
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidMRNCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidMRNCode (class)">InvalidMRNCode</a></span>
1410
+
1411
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1412
+
1413
+ </li>
1414
+
1415
+ <li>
1416
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidMRNCodeControl.html" title="CzechPostB2bClient::ResponseCodes::InvalidMRNCodeControl (class)">InvalidMRNCodeControl</a></span>
1417
+
1418
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1419
+
1420
+ </li>
1421
+
1422
+ <li>
1423
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidNumberClosure.html" title="CzechPostB2bClient::ResponseCodes::InvalidNumberClosure (class)">InvalidNumberClosure</a></span>
1424
+
1425
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1426
+
1427
+ </li>
1428
+
1429
+ <li>
1430
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidOrderNumber (class)">InvalidOrderNumber</a></span>
1431
+
1432
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1433
+
1434
+ </li>
1435
+
1436
+ <li>
1437
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidParcelBarcode.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelBarcode (class)">InvalidParcelBarcode</a></span>
1438
+
1439
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1440
+
1441
+ </li>
1442
+
1443
+ <li>
1444
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidParcelBarcodeDuplicate.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelBarcodeDuplicate (class)">InvalidParcelBarcodeDuplicate</a></span>
1445
+
1446
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1447
+
1448
+ </li>
1449
+
1450
+ <li>
1451
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidParcelCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelCode (class)">InvalidParcelCode</a></span>
1452
+
1453
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1454
+
1455
+ </li>
1456
+
1457
+ <li>
1458
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidParcelCodeControl.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelCodeControl (class)">InvalidParcelCodeControl</a></span>
1459
+
1460
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1461
+
1462
+ </li>
1463
+
1464
+ <li>
1465
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidParcelResponseCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelResponseCode (class)">InvalidParcelResponseCode</a></span>
1466
+
1467
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1468
+
1469
+ </li>
1470
+
1471
+ <li>
1472
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidParcelTypeForID.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelTypeForID (class)">InvalidParcelTypeForID</a></span>
1473
+
1474
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1475
+
1476
+ </li>
1477
+
1478
+ <li>
1479
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPartnerCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidPartnerCode (class)">InvalidPartnerCode</a></span>
1480
+
1481
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1482
+
1483
+ </li>
1484
+
1485
+ <li>
1486
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPayday.html" title="CzechPostB2bClient::ResponseCodes::InvalidPayday (class)">InvalidPayday</a></span>
1487
+
1488
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1489
+
1490
+ </li>
1491
+
1492
+ <li>
1493
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidPhoneNumber (class)">InvalidPhoneNumber</a></span>
1494
+
1495
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1496
+
1497
+ </li>
1498
+
1499
+ <li>
1500
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPostCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidPostCode (class)">InvalidPostCode</a></span>
1501
+
1502
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1503
+
1504
+ </li>
1505
+
1506
+ <li>
1507
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPrefixAccordance.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrefixAccordance (class)">InvalidPrefixAccordance</a></span>
1508
+
1509
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1510
+
1511
+ </li>
1512
+
1513
+ <li>
1514
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPrefixCombination.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrefixCombination (class)">InvalidPrefixCombination</a></span>
1515
+
1516
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1517
+
1518
+ </li>
1519
+
1520
+ <li>
1521
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPrefixForDimensionsAndFragile.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrefixForDimensionsAndFragile (class)">InvalidPrefixForDimensionsAndFragile</a></span>
1522
+
1523
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1524
+
1525
+ </li>
1526
+
1527
+ <li>
1528
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPrice.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrice (class)">InvalidPrice</a></span>
1529
+
1530
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1531
+
1532
+ </li>
1533
+
1534
+ <li>
1535
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPriceCurrency.html" title="CzechPostB2bClient::ResponseCodes::InvalidPriceCurrency (class)">InvalidPriceCurrency</a></span>
1536
+
1537
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1538
+
1539
+ </li>
1540
+
1541
+ <li>
1542
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPriceCurrencyAccordance.html" title="CzechPostB2bClient::ResponseCodes::InvalidPriceCurrencyAccordance (class)">InvalidPriceCurrencyAccordance</a></span>
1543
+
1544
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1545
+
1546
+ </li>
1547
+
1548
+ <li>
1549
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPriceCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidPriceCustomGood (class)">InvalidPriceCustomGood</a></span>
1550
+
1551
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1552
+
1553
+ </li>
1554
+
1555
+ <li>
1556
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidQuantityCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidQuantityCustomGood (class)">InvalidQuantityCustomGood</a></span>
1557
+
1558
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1559
+
1560
+ </li>
1561
+
1562
+ <li>
1563
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidResponsibleConsignmentNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidResponsibleConsignmentNumber (class)">InvalidResponsibleConsignmentNumber</a></span>
1564
+
1565
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1566
+
1567
+ </li>
1568
+
1569
+ <li>
1570
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidReturnNumberDays.html" title="CzechPostB2bClient::ResponseCodes::InvalidReturnNumberDays (class)">InvalidReturnNumberDays</a></span>
1571
+
1572
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1573
+
1574
+ </li>
1575
+
1576
+ <li>
1577
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidService18.html" title="CzechPostB2bClient::ResponseCodes::InvalidService18 (class)">InvalidService18</a></span>
1578
+
1579
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1580
+
1581
+ </li>
1582
+
1583
+ <li>
1584
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidService19.html" title="CzechPostB2bClient::ResponseCodes::InvalidService19 (class)">InvalidService19</a></span>
1585
+
1586
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1587
+
1588
+ </li>
1589
+
1590
+ <li>
1591
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidServiceCombination.html" title="CzechPostB2bClient::ResponseCodes::InvalidServiceCombination (class)">InvalidServiceCombination</a></span>
1592
+
1593
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1594
+
1595
+ </li>
1596
+
1597
+ <li>
1598
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidServicesForDimensions.html" title="CzechPostB2bClient::ResponseCodes::InvalidServicesForDimensions (class)">InvalidServicesForDimensions</a></span>
1599
+
1600
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1601
+
1602
+ </li>
1603
+
1604
+ <li>
1605
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidSignNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidSignNumber (class)">InvalidSignNumber</a></span>
1606
+
1607
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1608
+
1609
+ </li>
1610
+
1611
+ <li>
1612
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidSubisoCountry.html" title="CzechPostB2bClient::ResponseCodes::InvalidSubisoCountry (class)">InvalidSubisoCountry</a></span>
1613
+
1614
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1615
+
1616
+ </li>
1617
+
1618
+ <li>
1619
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidTareWeight.html" title="CzechPostB2bClient::ResponseCodes::InvalidTareWeight (class)">InvalidTareWeight</a></span>
1620
+
1621
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1622
+
1623
+ </li>
1624
+
1625
+ <li>
1626
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidTiming.html" title="CzechPostB2bClient::ResponseCodes::InvalidTiming (class)">InvalidTiming</a></span>
1627
+
1628
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1629
+
1630
+ </li>
1631
+
1632
+ <li>
1633
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidTransmissionDate.html" title="CzechPostB2bClient::ResponseCodes::InvalidTransmissionDate (class)">InvalidTransmissionDate</a></span>
1634
+
1635
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1636
+
1637
+ </li>
1638
+
1639
+ <li>
1640
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidTypePrefix.html" title="CzechPostB2bClient::ResponseCodes::InvalidTypePrefix (class)">InvalidTypePrefix</a></span>
1641
+
1642
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1643
+
1644
+ </li>
1645
+
1646
+ <li>
1647
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidUseOfService36.html" title="CzechPostB2bClient::ResponseCodes::InvalidUseOfService36 (class)">InvalidUseOfService36</a></span>
1648
+
1649
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1650
+
1651
+ </li>
1652
+
1653
+ <li>
1654
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidUseOfService37.html" title="CzechPostB2bClient::ResponseCodes::InvalidUseOfService37 (class)">InvalidUseOfService37</a></span>
1655
+
1656
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1657
+
1658
+ </li>
1659
+
1660
+ <li>
1661
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidUseOfService38.html" title="CzechPostB2bClient::ResponseCodes::InvalidUseOfService38 (class)">InvalidUseOfService38</a></span>
1662
+
1663
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1664
+
1665
+ </li>
1666
+
1667
+ <li>
1668
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidWeight.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeight (class)">InvalidWeight</a></span>
1669
+
1670
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1671
+
1672
+ </li>
1673
+
1674
+ <li>
1675
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeightCustomGood (class)">InvalidWeightCustomGood</a></span>
1676
+
1677
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1678
+
1679
+ </li>
1680
+
1681
+ <li>
1682
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGoodSummary.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeightCustomGoodSummary (class)">InvalidWeightCustomGoodSummary</a></span>
1683
+
1684
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1685
+
1686
+ </li>
1687
+
1688
+ <li>
1689
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidWeightForService11.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeightForService11 (class)">InvalidWeightForService11</a></span>
1690
+
1691
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1692
+
1693
+ </li>
1694
+
1695
+ <li>
1696
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidWidth.html" title="CzechPostB2bClient::ResponseCodes::InvalidWidth (class)">InvalidWidth</a></span>
1697
+
1698
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1699
+
1700
+ </li>
1701
+
1702
+ <li>
1703
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidZPROOrderNumber (class)">InvalidZPROOrderNumber</a></span>
1704
+
1705
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1706
+
1707
+ </li>
1708
+
1709
+ <li>
1710
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumberFormat.html" title="CzechPostB2bClient::ResponseCodes::InvalidZPROOrderNumberFormat (class)">InvalidZPROOrderNumberFormat</a></span>
1711
+
1712
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1713
+
1714
+ </li>
1715
+
1716
+ <li>
1717
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidostCodeOrCity.html" title="CzechPostB2bClient::ResponseCodes::InvalidostCodeOrCity (class)">InvalidostCodeOrCity</a></span>
1718
+
1719
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1720
+
1721
+ </li>
1722
+
1723
+ </ul>
1724
+ </ul>
1725
+
1726
+
1727
+ <ul id="alpha_M" class="alpha">
1728
+ <li class="letter">M</li>
1729
+ <ul>
1730
+
1731
+ <li>
1732
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MIssingParcelCode.html" title="CzechPostB2bClient::ResponseCodes::MIssingParcelCode (class)">MIssingParcelCode</a></span>
1733
+
1734
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1735
+
1736
+ </li>
1737
+
1738
+ <li>
1739
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingAddressee.html" title="CzechPostB2bClient::ResponseCodes::MissingAddressee (class)">MissingAddressee</a></span>
1740
+
1741
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1742
+
1743
+ </li>
1744
+
1745
+ <li>
1746
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingAddresseeCity.html" title="CzechPostB2bClient::ResponseCodes::MissingAddresseeCity (class)">MissingAddresseeCity</a></span>
1747
+
1748
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1749
+
1750
+ </li>
1751
+
1752
+ <li>
1753
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingAddresseeStreet.html" title="CzechPostB2bClient::ResponseCodes::MissingAddresseeStreet (class)">MissingAddresseeStreet</a></span>
1754
+
1755
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1756
+
1757
+ </li>
1758
+
1759
+ <li>
1760
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingAddresseeZipCode.html" title="CzechPostB2bClient::ResponseCodes::MissingAddresseeZipCode (class)">MissingAddresseeZipCode</a></span>
1761
+
1762
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1763
+
1764
+ </li>
1765
+
1766
+ <li>
1767
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingCODAmount.html" title="CzechPostB2bClient::ResponseCodes::MissingCODAmount (class)">MissingCODAmount</a></span>
1768
+
1769
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1770
+
1771
+ </li>
1772
+
1773
+ <li>
1774
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingCODAmountType.html" title="CzechPostB2bClient::ResponseCodes::MissingCODAmountType (class)">MissingCODAmountType</a></span>
1775
+
1776
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1777
+
1778
+ </li>
1779
+
1780
+ <li>
1781
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingCategoryCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::MissingCategoryCustomDecalaration (class)">MissingCategoryCustomDecalaration</a></span>
1782
+
1783
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1784
+
1785
+ </li>
1786
+
1787
+ <li>
1788
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingCompanyName.html" title="CzechPostB2bClient::ResponseCodes::MissingCompanyName (class)">MissingCompanyName</a></span>
1789
+
1790
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1791
+
1792
+ </li>
1793
+
1794
+ <li>
1795
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingContentCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingContentCustomGood (class)">MissingContentCustomGood</a></span>
1796
+
1797
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1798
+
1799
+ </li>
1800
+
1801
+ <li>
1802
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingCurrencyCustomDeclaration.html" title="CzechPostB2bClient::ResponseCodes::MissingCurrencyCustomDeclaration (class)">MissingCurrencyCustomDeclaration</a></span>
1803
+
1804
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1805
+
1806
+ </li>
1807
+
1808
+ <li>
1809
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingHandlingInstructions.html" title="CzechPostB2bClient::ResponseCodes::MissingHandlingInstructions (class)">MissingHandlingInstructions</a></span>
1810
+
1811
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1812
+
1813
+ </li>
1814
+
1815
+ <li>
1816
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingHeight.html" title="CzechPostB2bClient::ResponseCodes::MissingHeight (class)">MissingHeight</a></span>
1817
+
1818
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1819
+
1820
+ </li>
1821
+
1822
+ <li>
1823
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingHsCodeCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingHsCodeCustomGood (class)">MissingHsCodeCustomGood</a></span>
1824
+
1825
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1826
+
1827
+ </li>
1828
+
1829
+ <li>
1830
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingIsoCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingIsoCustomGood (class)">MissingIsoCustomGood</a></span>
1831
+
1832
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1833
+
1834
+ </li>
1835
+
1836
+ <li>
1837
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingLength.html" title="CzechPostB2bClient::ResponseCodes::MissingLength (class)">MissingLength</a></span>
1838
+
1839
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1840
+
1841
+ </li>
1842
+
1843
+ <li>
1844
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingPalettsNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingPalettsNumber (class)">MissingPalettsNumber</a></span>
1845
+
1846
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1847
+
1848
+ </li>
1849
+
1850
+ <li>
1851
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingParcelCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingParcelCustomGood (class)">MissingParcelCustomGood</a></span>
1852
+
1853
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1854
+
1855
+ </li>
1856
+
1857
+ <li>
1858
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingParcelCustomGoods.html" title="CzechPostB2bClient::ResponseCodes::MissingParcelCustomGoods (class)">MissingParcelCustomGoods</a></span>
1859
+
1860
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1861
+
1862
+ </li>
1863
+
1864
+ <li>
1865
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingPhoneNumber (class)">MissingPhoneNumber</a></span>
1866
+
1867
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1868
+
1869
+ </li>
1870
+
1871
+ <li>
1872
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingPrefix.html" title="CzechPostB2bClient::ResponseCodes::MissingPrefix (class)">MissingPrefix</a></span>
1873
+
1874
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1875
+
1876
+ </li>
1877
+
1878
+ <li>
1879
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingPrice.html" title="CzechPostB2bClient::ResponseCodes::MissingPrice (class)">MissingPrice</a></span>
1880
+
1881
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1882
+
1883
+ </li>
1884
+
1885
+ <li>
1886
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingPriceCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingPriceCustomGood (class)">MissingPriceCustomGood</a></span>
1887
+
1888
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1889
+
1890
+ </li>
1891
+
1892
+ <li>
1893
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingQuantityCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingQuantityCustomGood (class)">MissingQuantityCustomGood</a></span>
1894
+
1895
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1896
+
1897
+ </li>
1898
+
1899
+ <li>
1900
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeDocument (class)">MissingRequiredAddresseeDocument</a></span>
1901
+
1902
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1903
+
1904
+ </li>
1905
+
1906
+ <li>
1907
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocumentDuplicate.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeDocumentDuplicate (class)">MissingRequiredAddresseeDocumentDuplicate</a></span>
1908
+
1909
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1910
+
1911
+ </li>
1912
+
1913
+ <li>
1914
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeEmail (class)">MissingRequiredAddresseeEmail</a></span>
1915
+
1916
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1917
+
1918
+ </li>
1919
+
1920
+ <li>
1921
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredEmail (class)">MissingRequiredEmail</a></span>
1922
+
1923
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1924
+
1925
+ </li>
1926
+
1927
+ <li>
1928
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredFirstNameAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredFirstNameAddresseeDocument (class)">MissingRequiredFirstNameAddresseeDocument</a></span>
1929
+
1930
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1931
+
1932
+ </li>
1933
+
1934
+ <li>
1935
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredMRNCode.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredMRNCode (class)">MissingRequiredMRNCode</a></span>
1936
+
1937
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1938
+
1939
+ </li>
1940
+
1941
+ <li>
1942
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredMobileNumber (class)">MissingRequiredMobileNumber</a></span>
1943
+
1944
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1945
+
1946
+ </li>
1947
+
1948
+ <li>
1949
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumberOrEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredMobileNumberOrEmail (class)">MissingRequiredMobileNumberOrEmail</a></span>
1950
+
1951
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1952
+
1953
+ </li>
1954
+
1955
+ <li>
1956
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredParcelCode.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredParcelCode (class)">MissingRequiredParcelCode</a></span>
1957
+
1958
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1959
+
1960
+ </li>
1961
+
1962
+ <li>
1963
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredPayday.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPayday (class)">MissingRequiredPayday</a></span>
1964
+
1965
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1966
+
1967
+ </li>
1968
+
1969
+ <li>
1970
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumber (class)">MissingRequiredPhoneNumber</a></span>
1971
+
1972
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1973
+
1974
+ </li>
1975
+
1976
+ <li>
1977
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumberOrEmail (class)">MissingRequiredPhoneNumberOrEmail</a></span>
1978
+
1979
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1980
+
1981
+ </li>
1982
+
1983
+ <li>
1984
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrWhat.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumberOrWhat (class)">MissingRequiredPhoneNumberOrWhat</a></span>
1985
+
1986
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1987
+
1988
+ </li>
1989
+
1990
+ <li>
1991
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredPrice.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPrice (class)">MissingRequiredPrice</a></span>
1992
+
1993
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1994
+
1995
+ </li>
1996
+
1997
+ <li>
1998
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService (class)">MissingRequiredService</a></span>
1999
+
2000
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2001
+
2002
+ </li>
2003
+
2004
+ <li>
2005
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService10.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService10 (class)">MissingRequiredService10</a></span>
2006
+
2007
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2008
+
2009
+ </li>
2010
+
2011
+ <li>
2012
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService1AB.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService1AB (class)">MissingRequiredService1AB</a></span>
2013
+
2014
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2015
+
2016
+ </li>
2017
+
2018
+ <li>
2019
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService1X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService1X (class)">MissingRequiredService1X</a></span>
2020
+
2021
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2022
+
2023
+ </li>
2024
+
2025
+ <li>
2026
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService2X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService2X (class)">MissingRequiredService2X</a></span>
2027
+
2028
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2029
+
2030
+ </li>
2031
+
2032
+ <li>
2033
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService3X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService3X (class)">MissingRequiredService3X</a></span>
2034
+
2035
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2036
+
2037
+ </li>
2038
+
2039
+ <li>
2040
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService3XTrinity.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService3XTrinity (class)">MissingRequiredService3XTrinity</a></span>
2041
+
2042
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2043
+
2044
+ </li>
2045
+
2046
+ <li>
2047
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService4.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService4 (class)">MissingRequiredService4</a></span>
2048
+
2049
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2050
+
2051
+ </li>
2052
+
2053
+ <li>
2054
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService4X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService4X (class)">MissingRequiredService4X</a></span>
2055
+
2056
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2057
+
2058
+ </li>
2059
+
2060
+ <li>
2061
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService4x.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService4x (class)">MissingRequiredService4x</a></span>
2062
+
2063
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2064
+
2065
+ </li>
2066
+
2067
+ <li>
2068
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredVoucherPrice.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredVoucherPrice (class)">MissingRequiredVoucherPrice</a></span>
2069
+
2070
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2071
+
2072
+ </li>
2073
+
2074
+ <li>
2075
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredZPROOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredZPROOrderNumber (class)">MissingRequiredZPROOrderNumber</a></span>
2076
+
2077
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2078
+
2079
+ </li>
2080
+
2081
+ <li>
2082
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingReturnInstructions.html" title="CzechPostB2bClient::ResponseCodes::MissingReturnInstructions (class)">MissingReturnInstructions</a></span>
2083
+
2084
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2085
+
2086
+ </li>
2087
+
2088
+ <li>
2089
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingReturnNumberDays.html" title="CzechPostB2bClient::ResponseCodes::MissingReturnNumberDays (class)">MissingReturnNumberDays</a></span>
2090
+
2091
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2092
+
2093
+ </li>
2094
+
2095
+ <li>
2096
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingSenderEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingSenderEmail (class)">MissingSenderEmail</a></span>
2097
+
2098
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2099
+
2100
+ </li>
2101
+
2102
+ <li>
2103
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingSizeCategory.html" title="CzechPostB2bClient::ResponseCodes::MissingSizeCategory (class)">MissingSizeCategory</a></span>
2104
+
2105
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2106
+
2107
+ </li>
2108
+
2109
+ <li>
2110
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingSurname.html" title="CzechPostB2bClient::ResponseCodes::MissingSurname (class)">MissingSurname</a></span>
2111
+
2112
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2113
+
2114
+ </li>
2115
+
2116
+ <li>
2117
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingVariableSymbol.html" title="CzechPostB2bClient::ResponseCodes::MissingVariableSymbol (class)">MissingVariableSymbol</a></span>
2118
+
2119
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2120
+
2121
+ </li>
2122
+
2123
+ <li>
2124
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingVariableSymbolDuplicate.html" title="CzechPostB2bClient::ResponseCodes::MissingVariableSymbolDuplicate (class)">MissingVariableSymbolDuplicate</a></span>
2125
+
2126
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2127
+
2128
+ </li>
2129
+
2130
+ <li>
2131
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingWeightCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingWeightCustomGood (class)">MissingWeightCustomGood</a></span>
2132
+
2133
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2134
+
2135
+ </li>
2136
+
2137
+ <li>
2138
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingWidth.html" title="CzechPostB2bClient::ResponseCodes::MissingWidth (class)">MissingWidth</a></span>
2139
+
2140
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2141
+
2142
+ </li>
2143
+
2144
+ </ul>
2145
+ </ul>
2146
+
2147
+
2148
+ <ul id="alpha_N" class="alpha">
2149
+ <li class="letter">N</li>
2150
+ <ul>
2151
+
2152
+ <li>
2153
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/NfoCancelService9.html" title="CzechPostB2bClient::ResponseCodes::NfoCancelService9 (class)">NfoCancelService9</a></span>
2154
+
2155
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2156
+
2157
+ </li>
2158
+
2159
+ <li>
2160
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/NoContractService41.html" title="CzechPostB2bClient::ResponseCodes::NoContractService41 (class)">NoContractService41</a></span>
2161
+
2162
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2163
+
2164
+ </li>
2165
+
2166
+ <li>
2167
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/NoContractServiceReturnReceipt.html" title="CzechPostB2bClient::ResponseCodes::NoContractServiceReturnReceipt (class)">NoContractServiceReturnReceipt</a></span>
2168
+
2169
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2170
+
2171
+ </li>
2172
+
2173
+ <li>
2174
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/NotExistingOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::NotExistingOrderNumber (class)">NotExistingOrderNumber</a></span>
2175
+
2176
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2177
+
2178
+ </li>
2179
+
2180
+ </ul>
2181
+ </ul>
2182
+
2183
+
2184
+ <ul id="alpha_O" class="alpha">
2185
+ <li class="letter">O</li>
2186
+ <ul>
2187
+
2188
+ <li>
2189
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/Ok.html" title="CzechPostB2bClient::ResponseCodes::Ok (class)">Ok</a></span>
2190
+
2191
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2192
+
2193
+ </li>
2194
+
2195
+ <li>
2196
+ <span class='object_link'><a href="CzechPostB2bClient/Services/Orchestrator.html" title="CzechPostB2bClient::Services::Orchestrator (class)">Orchestrator</a></span>
2197
+
2198
+ <small>(CzechPostB2bClient::Services)</small>
2199
+
2200
+ </li>
2201
+
2202
+ <li>
2203
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/OverenoVecerniDorucovani.html" title="CzechPostB2bClient::ResponseCodes::OverenoVecerniDorucovani (class)">OverenoVecerniDorucovani</a></span>
2204
+
2205
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2206
+
2207
+ </li>
2208
+
2209
+ </ul>
2210
+ </ul>
2211
+
2212
+
2213
+ <ul id="alpha_P" class="alpha">
2214
+ <li class="letter">P</li>
2215
+ <ul>
2216
+
2217
+ <li>
2218
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/PalettsNumberOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::PalettsNumberOutOfRange (class)">PalettsNumberOutOfRange</a></span>
2219
+
2220
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2221
+
2222
+ </li>
2223
+
2224
+ <li>
2225
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/ParcelCodeNotAllowed.html" title="CzechPostB2bClient::ResponseCodes::ParcelCodeNotAllowed (class)">ParcelCodeNotAllowed</a></span>
2226
+
2227
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2228
+
2229
+ </li>
2230
+
2231
+ <li>
2232
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/ParcelCodeNotInAssignedRange.html" title="CzechPostB2bClient::ResponseCodes::ParcelCodeNotInAssignedRange (class)">ParcelCodeNotInAssignedRange</a></span>
2233
+
2234
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2235
+
2236
+ </li>
2237
+
2238
+ <li>
2239
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/ParcelDoesNotMeetTheRequirementsForm.html" title="CzechPostB2bClient::ResponseCodes::ParcelDoesNotMeetTheRequirementsForm (class)">ParcelDoesNotMeetTheRequirementsForm</a></span>
2240
+
2241
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2242
+
2243
+ </li>
2244
+
2245
+ <li>
2246
+ <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSendProcessUpdater.html" title="CzechPostB2bClient::Services::ParcelsSendProcessUpdater (class)">ParcelsSendProcessUpdater</a></span>
2247
+
2248
+ <small>(CzechPostB2bClient::Services)</small>
2249
+
2250
+ </li>
2251
+
2252
+ <li>
2253
+ <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSender.html" title="CzechPostB2bClient::Services::ParcelsSender (class)">ParcelsSender</a></span>
2254
+
2255
+ <small>(CzechPostB2bClient::Services)</small>
2256
+
2257
+ </li>
2258
+
2259
+ <li>
2260
+ <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSubmissionCloser.html" title="CzechPostB2bClient::Services::ParcelsSubmissionCloser (class)">ParcelsSubmissionCloser</a></span>
2261
+
2262
+ <small>(CzechPostB2bClient::Services)</small>
2263
+
2264
+ </li>
2265
+
2266
+ <li>
2267
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/PriceAndCODAmountTooBig.html" title="CzechPostB2bClient::ResponseCodes::PriceAndCODAmountTooBig (class)">PriceAndCODAmountTooBig</a></span>
2268
+
2269
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2270
+
2271
+ </li>
2272
+
2273
+ <li>
2274
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/PriceOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::PriceOutOfRange (class)">PriceOutOfRange</a></span>
2275
+
2276
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2277
+
2278
+ </li>
2279
+
2280
+ <li>
2281
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/PriceTooBig.html" title="CzechPostB2bClient::ResponseCodes::PriceTooBig (class)">PriceTooBig</a></span>
2282
+
2283
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2284
+
2285
+ </li>
2286
+
2287
+ <li>
2288
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/PriceTooLow.html" title="CzechPostB2bClient::ResponseCodes::PriceTooLow (class)">PriceTooLow</a></span>
2289
+
2290
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2291
+
2292
+ </li>
2293
+
2294
+ <li>
2295
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates.html" title="CzechPostB2bClient::PrintingTemplates (module)">PrintingTemplates</a></span>
2296
+
2297
+ <small>(CzechPostB2bClient)</small>
2298
+
2299
+ </li>
2300
+
2301
+ <li>
2302
+ <span class='object_link'><a href="CzechPostB2bClient/B2BErrors/ProcessingUnfinishedYetError.html" title="CzechPostB2bClient::B2BErrors::ProcessingUnfinishedYetError (class)">ProcessingUnfinishedYetError</a></span>
2303
+
2304
+ <small>(CzechPostB2bClient::B2BErrors)</small>
2305
+
2306
+ </li>
2307
+
2308
+ </ul>
2309
+ </ul>
2310
+
2311
+
2312
+ <ul id="alpha_R" class="alpha">
2313
+ <li class="letter">R</li>
2314
+ <ul>
2315
+
2316
+ <li>
2317
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/RRLabels3x8.html" title="CzechPostB2bClient::PrintingTemplates::RRLabels3x8 (class)">RRLabels3x8</a></span>
2318
+
2319
+ <small>(CzechPostB2bClient::PrintingTemplates)</small>
2320
+
2321
+ </li>
2322
+
2323
+ <li>
2324
+ <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders.html" title="CzechPostB2bClient::RequestBuilders (module)">RequestBuilders</a></span>
2325
+
2326
+ <small>(CzechPostB2bClient)</small>
2327
+
2328
+ </li>
2329
+
2330
+ <li>
2331
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes.html" title="CzechPostB2bClient::ResponseCodes (module)">ResponseCodes</a></span>
2332
+
2333
+ <small>(CzechPostB2bClient)</small>
2334
+
2335
+ </li>
2336
+
2337
+ <li>
2338
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers.html" title="CzechPostB2bClient::ResponseParsers (module)">ResponseParsers</a></span>
2339
+
2340
+ <small>(CzechPostB2bClient)</small>
2341
+
2342
+ </li>
2343
+
2344
+ <li>
2345
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberCannotBeImported.html" title="CzechPostB2bClient::ResponseCodes::ResponsibleConsignmentNumberCannotBeImported (class)">ResponsibleConsignmentNumberCannotBeImported</a></span>
2346
+
2347
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2348
+
2349
+ </li>
2350
+
2351
+ <li>
2352
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::ResponsibleConsignmentNumberOutOfRange (class)">ResponsibleConsignmentNumberOutOfRange</a></span>
2353
+
2354
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2355
+
2356
+ </li>
2357
+
2358
+ </ul>
2359
+ </ul>
2360
+
2361
+
2362
+ <ul id="alpha_S" class="alpha">
2363
+ <li class="letter">S</li>
2364
+ <ul>
2365
+
2366
+ <li>
2367
+ <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/SendParcelsBuilder.html" title="CzechPostB2bClient::RequestBuilders::SendParcelsBuilder (class)">SendParcelsBuilder</a></span>
2368
+
2369
+ <small>(CzechPostB2bClient::RequestBuilders)</small>
2370
+
2371
+ </li>
2372
+
2373
+ <li>
2374
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/SendParcelsParser.html" title="CzechPostB2bClient::ResponseParsers::SendParcelsParser (class)">SendParcelsParser</a></span>
2375
+
2376
+ <small>(CzechPostB2bClient::ResponseParsers)</small>
2377
+
2378
+ </li>
2379
+
2380
+ <li>
2381
+ <span class='object_link'><a href="CzechPostB2bClient/B2BErrors/ServiceBusyError.html" title="CzechPostB2bClient::B2BErrors::ServiceBusyError (class)">ServiceBusyError</a></span>
2382
+
2383
+ <small>(CzechPostB2bClient::B2BErrors)</small>
2384
+
2385
+ </li>
2386
+
2387
+ <li>
2388
+ <span class='object_link'><a href="CzechPostB2bClient/Services.html" title="CzechPostB2bClient::Services (module)">Services</a></span>
2389
+
2390
+ <small>(CzechPostB2bClient)</small>
2391
+
2392
+ </li>
2393
+
2394
+ <li>
2395
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/ServicesCombinationNotAllowed.html" title="CzechPostB2bClient::ResponseCodes::ServicesCombinationNotAllowed (class)">ServicesCombinationNotAllowed</a></span>
2396
+
2397
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2398
+
2399
+ </li>
2400
+
2401
+ <li>
2402
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/Simple.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::Simple (class)">Simple</a></span>
2403
+
2404
+ <small>(CzechPostB2bClient::PrintingTemplates::AdressLabel)</small>
2405
+
2406
+ </li>
2407
+
2408
+ <li>
2409
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/SimpleWithCODVoucherA.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::SimpleWithCODVoucherA (class)">SimpleWithCODVoucherA</a></span>
2410
+
2411
+ <small>(CzechPostB2bClient::PrintingTemplates::AdressLabel)</small>
2412
+
2413
+ </li>
2414
+
2415
+ <li>
2416
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::Standard (class)">Standard</a></span>
2417
+
2418
+ <small>(CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage)</small>
2419
+
2420
+ </li>
2421
+
2422
+ <li>
2423
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard4OnPage.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::Standard4OnPage (class)">Standard4OnPage</a></span>
2424
+
2425
+ <small>(CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage)</small>
2426
+
2427
+ </li>
2428
+
2429
+ <li>
2430
+ <span class='object_link'><a href="SteppedService.html" title="SteppedService (module)">SteppedService</a></span>
2431
+
2432
+ </li>
2433
+
2434
+ </ul>
2435
+ </ul>
2436
+
2437
+
2438
+ </td><td valign='top' width="33%">
2439
+
2440
+
2441
+ <ul id="alpha_T" class="alpha">
2442
+ <li class="letter">T</li>
2443
+ <ul>
2444
+
2445
+ <li>
2446
+ <span class='object_link'><a href="CzechPostB2bClient/Services/TimePeriodStatisticator.html" title="CzechPostB2bClient::Services::TimePeriodStatisticator (class)">TimePeriodStatisticator</a></span>
2447
+
2448
+ <small>(CzechPostB2bClient::Services)</small>
2449
+
2450
+ </li>
2451
+
2452
+ <li>
2453
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/TransmissionAlreadyClosed.html" title="CzechPostB2bClient::ResponseCodes::TransmissionAlreadyClosed (class)">TransmissionAlreadyClosed</a></span>
2454
+
2455
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2456
+
2457
+ </li>
2458
+
2459
+ <li>
2460
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/TransmissionNotExists.html" title="CzechPostB2bClient::ResponseCodes::TransmissionNotExists (class)">TransmissionNotExists</a></span>
2461
+
2462
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2463
+
2464
+ </li>
2465
+
2466
+ <li>
2467
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/TransmissionOpened.html" title="CzechPostB2bClient::ResponseCodes::TransmissionOpened (class)">TransmissionOpened</a></span>
2468
+
2469
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2470
+
2471
+ </li>
2472
+
2473
+ <li>
2474
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/TransmissionUnfinished.html" title="CzechPostB2bClient::ResponseCodes::TransmissionUnfinished (class)">TransmissionUnfinished</a></span>
2475
+
2476
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2477
+
2478
+ </li>
2479
+
2480
+ </ul>
2481
+ </ul>
2482
+
2483
+
2484
+ <ul id="alpha_U" class="alpha">
2485
+ <li class="letter">U</li>
2486
+ <ul>
2487
+
2488
+ <li>
2489
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/UnauthorizedAccess.html" title="CzechPostB2bClient::ResponseCodes::UnauthorizedAccess (class)">UnauthorizedAccess</a></span>
2490
+
2491
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2492
+
2493
+ </li>
2494
+
2495
+ <li>
2496
+ <span class='object_link'><a href="CzechPostB2bClient/B2BErrors/UnauthorizedContractAccessError.html" title="CzechPostB2bClient::B2BErrors::UnauthorizedContractAccessError (class)">UnauthorizedContractAccessError</a></span>
2497
+
2498
+ <small>(CzechPostB2bClient::B2BErrors)</small>
2499
+
2500
+ </li>
2501
+
2502
+ <li>
2503
+ <span class='object_link'><a href="CzechPostB2bClient/B2BErrors/UnauthorizedRoleAccessError.html" title="CzechPostB2bClient::B2BErrors::UnauthorizedRoleAccessError (class)">UnauthorizedRoleAccessError</a></span>
2504
+
2505
+ <small>(CzechPostB2bClient::B2BErrors)</small>
2506
+
2507
+ </li>
2508
+
2509
+ <li>
2510
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/UnknownAddresseeCity.html" title="CzechPostB2bClient::ResponseCodes::UnknownAddresseeCity (class)">UnknownAddresseeCity</a></span>
2511
+
2512
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2513
+
2514
+ </li>
2515
+
2516
+ <li>
2517
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/UnknownAddresseePostCode.html" title="CzechPostB2bClient::ResponseCodes::UnknownAddresseePostCode (class)">UnknownAddresseePostCode</a></span>
2518
+
2519
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2520
+
2521
+ </li>
2522
+
2523
+ <li>
2524
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/UnknownPrefix.html" title="CzechPostB2bClient::ResponseCodes::UnknownPrefix (class)">UnknownPrefix</a></span>
2525
+
2526
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2527
+
2528
+ </li>
2529
+
2530
+ </ul>
2531
+ </ul>
2532
+
2533
+
2534
+ <ul id="alpha_V" class="alpha">
2535
+ <li class="letter">V</li>
2536
+ <ul>
2537
+
2538
+ <li>
2539
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::Valuable (class)">Valuable</a></span>
2540
+
2541
+ <small>(CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage)</small>
2542
+
2543
+ </li>
2544
+
2545
+ <li>
2546
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable4OnPage.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::Valuable4OnPage (class)">Valuable4OnPage</a></span>
2547
+
2548
+ <small>(CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage)</small>
2549
+
2550
+ </li>
2551
+
2552
+ <li>
2553
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/VariableSymbolIsNotNumber.html" title="CzechPostB2bClient::ResponseCodes::VariableSymbolIsNotNumber (class)">VariableSymbolIsNotNumber</a></span>
2554
+
2555
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2556
+
2557
+ </li>
2558
+
2559
+ </ul>
2560
+ </ul>
2561
+
2562
+
2563
+ <ul id="alpha_W" class="alpha">
2564
+ <li class="letter">W</li>
2565
+ <ul>
2566
+
2567
+ <li>
2568
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/WeightCustomGoodOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::WeightCustomGoodOutOfRange (class)">WeightCustomGoodOutOfRange</a></span>
2569
+
2570
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2571
+
2572
+ </li>
2573
+
2574
+ <li>
2575
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/WeightIsOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::WeightIsOutOfRange (class)">WeightIsOutOfRange</a></span>
2576
+
2577
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2578
+
2579
+ </li>
2580
+
2581
+ <li>
2582
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/WeightIsOutOfRangeDuplicate.html" title="CzechPostB2bClient::ResponseCodes::WeightIsOutOfRangeDuplicate (class)">WeightIsOutOfRangeDuplicate</a></span>
2583
+
2584
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
2585
+
2586
+ </li>
2587
+
2588
+ </ul>
2589
+ </ul>
2590
+
2591
+ </td>
2592
+ </tr>
2593
+ </table>
2594
+
2595
+ </div>
2596
+
2597
+ </div>
2598
+
2599
+ <div id="footer">
2600
+ Generated on Fri Mar 20 17:49:05 2020 by
2601
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2602
+ 0.9.19 (ruby-2.4.1).
2603
+ </div>
2604
+
2605
+ </div>
2606
+ </body>
2607
+ </html>