czech_post_b2b_client 1.0.0 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (482) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +18 -4
  3. data/CHANGELOG.md +28 -0
  4. data/README.md +224 -199
  5. data/doc/CzechPostB2bClient.html +31 -35
  6. data/doc/CzechPostB2bClient/B2BErrors.html +26 -13
  7. data/doc/CzechPostB2bClient/B2BErrors/BadRequestError.html +7 -7
  8. data/doc/CzechPostB2bClient/B2BErrors/BaseError.html +75 -40
  9. data/doc/CzechPostB2bClient/B2BErrors/CustomerRequestsCountOverflowError.html +7 -7
  10. data/doc/CzechPostB2bClient/B2BErrors/InternalB2BServerError.html +7 -7
  11. data/doc/CzechPostB2bClient/B2BErrors/InternalBackendServerError.html +7 -7
  12. data/doc/CzechPostB2bClient/B2BErrors/InternalDataPersistenceServerError.html +7 -7
  13. data/doc/CzechPostB2bClient/B2BErrors/ProcessingUnfinishedYetError.html +7 -7
  14. data/doc/CzechPostB2bClient/B2BErrors/ServiceBusyError.html +7 -7
  15. data/doc/CzechPostB2bClient/B2BErrors/UnauthorizedContractAccessError.html +7 -7
  16. data/doc/CzechPostB2bClient/B2BErrors/UnauthorizedRoleAccessError.html +7 -7
  17. data/doc/CzechPostB2bClient/Configuration.html +33 -25
  18. data/doc/CzechPostB2bClient/Error.html +6 -6
  19. data/doc/CzechPostB2bClient/PostServices.html +197 -0
  20. data/doc/CzechPostB2bClient/PostServices/AddreseeVerification.html +129 -0
  21. data/doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalByEmail.html +129 -0
  22. data/doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalBySms.html +140 -0
  23. data/doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalBySmsAndEmail.html +129 -0
  24. data/doc/CzechPostB2bClient/PostServices/AddresseeVerificationOnDelivery.html +129 -0
  25. data/doc/CzechPostB2bClient/PostServices/AfternoonDelivery.html +129 -0
  26. data/doc/CzechPostB2bClient/PostServices/Base.html +351 -0
  27. data/doc/CzechPostB2bClient/PostServices/CashOnDeliveryByPKA.html +129 -0
  28. data/doc/CzechPostB2bClient/PostServices/CashOnDeliveryByPKC.html +129 -0
  29. data/doc/CzechPostB2bClient/PostServices/CashOnDeliveryInternational.html +129 -0
  30. data/doc/CzechPostB2bClient/PostServices/CertificateOfDelivery.html +148 -0
  31. data/doc/CzechPostB2bClient/PostServices/CertificateOfDeliveryWithDeliverToAdresseeOnly.html +140 -0
  32. data/doc/CzechPostB2bClient/PostServices/CertificateOfDeliveryWithDeliverToAdresseePersonOnly.html +129 -0
  33. data/doc/CzechPostB2bClient/PostServices/CompanyRegisteredMail.html +141 -0
  34. data/doc/CzechPostB2bClient/PostServices/CompleteDelivery.html +129 -0
  35. data/doc/CzechPostB2bClient/PostServices/Consignment.html +129 -0
  36. data/doc/CzechPostB2bClient/PostServices/CumbersomeParcel.html +129 -0
  37. data/doc/CzechPostB2bClient/PostServices/DeliverToAdresseeOnly.html +129 -0
  38. data/doc/CzechPostB2bClient/PostServices/DeliverToAdresseePersonOnly.html +129 -0
  39. data/doc/CzechPostB2bClient/PostServices/DeliverToCompany.html +147 -0
  40. data/doc/CzechPostB2bClient/PostServices/DepositFor10Days.html +129 -0
  41. data/doc/CzechPostB2bClient/PostServices/DepositFor10WorkingDays.html +129 -0
  42. data/doc/CzechPostB2bClient/PostServices/DepositFor3Days.html +129 -0
  43. data/doc/CzechPostB2bClient/PostServices/DepositFor7Days.html +129 -0
  44. data/doc/CzechPostB2bClient/PostServices/DepositFor90Days.html +129 -0
  45. data/doc/CzechPostB2bClient/PostServices/DepositIfAdresseeIsUnreachable.html +141 -0
  46. data/doc/CzechPostB2bClient/PostServices/DiscountForCollectiveShippment.html +129 -0
  47. data/doc/CzechPostB2bClient/PostServices/DiscountForOnlinePosting.html +129 -0
  48. data/doc/CzechPostB2bClient/PostServices/DoNotDeposit.html +129 -0
  49. data/doc/CzechPostB2bClient/PostServices/DoNotExtendCollectionTime.html +148 -0
  50. data/doc/CzechPostB2bClient/PostServices/DoNotPutIntoMailbox.html +129 -0
  51. data/doc/CzechPostB2bClient/PostServices/DoNotResend.html +129 -0
  52. data/doc/CzechPostB2bClient/PostServices/DoNotReturnLeaveItInMailbox.html +129 -0
  53. data/doc/CzechPostB2bClient/PostServices/DoNotReturnToSender.html +129 -0
  54. data/doc/CzechPostB2bClient/PostServices/Document.html +129 -0
  55. data/doc/CzechPostB2bClient/PostServices/DocumentlessCashOnDelivery.html +147 -0
  56. data/doc/CzechPostB2bClient/PostServices/DocumentsSignedAtDelivery.html +129 -0
  57. data/doc/CzechPostB2bClient/PostServices/EAlertOfDeliveryEmail.html +129 -0
  58. data/doc/CzechPostB2bClient/PostServices/EAlertOfDeliverySms.html +140 -0
  59. data/doc/CzechPostB2bClient/PostServices/EAlertOfDeliverySmsAndEmail.html +129 -0
  60. data/doc/CzechPostB2bClient/PostServices/EconomyDelivery.html +140 -0
  61. data/doc/CzechPostB2bClient/PostServices/ExtendedCollectionTime.html +129 -0
  62. data/doc/CzechPostB2bClient/PostServices/ForenoonDelivery.html +129 -0
  63. data/doc/CzechPostB2bClient/PostServices/Fragile.html +129 -0
  64. data/doc/CzechPostB2bClient/PostServices/GiftOrNonCommercialGoods.html +148 -0
  65. data/doc/CzechPostB2bClient/PostServices/GoodsWithExportDocumentsProcessed.html +148 -0
  66. data/doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeAtSaturday.html +129 -0
  67. data/doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeAtWeekend.html +129 -0
  68. data/doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeTo2PM.html +129 -0
  69. data/doc/CzechPostB2bClient/PostServices/HeavyParcelDeliveryToHand.html +129 -0
  70. data/doc/CzechPostB2bClient/PostServices/InformSenderAboutDelivery.html +129 -0
  71. data/doc/CzechPostB2bClient/PostServices/InternationalMail.html +129 -0
  72. data/doc/CzechPostB2bClient/PostServices/InternationalMailForBlinds.html +129 -0
  73. data/doc/CzechPostB2bClient/PostServices/InternationalPrintedMatterBag.html +129 -0
  74. data/doc/CzechPostB2bClient/PostServices/InternationalRegisteredMail.html +129 -0
  75. data/doc/CzechPostB2bClient/PostServices/InternationalRegisteredMailForBlinds.html +129 -0
  76. data/doc/CzechPostB2bClient/PostServices/InternationalRegisteredPrintedMatterBag.html +129 -0
  77. data/doc/CzechPostB2bClient/PostServices/ListedPrice.html +129 -0
  78. data/doc/CzechPostB2bClient/PostServices/Missed.html +129 -0
  79. data/doc/CzechPostB2bClient/PostServices/Missive.html +129 -0
  80. data/doc/CzechPostB2bClient/PostServices/MissiveStandard.html +129 -0
  81. data/doc/CzechPostB2bClient/PostServices/MultiParcelShippment.html +129 -0
  82. data/doc/CzechPostB2bClient/PostServices/MultiParcelShippmentBig.html +129 -0
  83. data/doc/CzechPostB2bClient/PostServices/NonStandardPackage.html +148 -0
  84. data/doc/CzechPostB2bClient/PostServices/OldApplianceRemoval.html +129 -0
  85. data/doc/CzechPostB2bClient/PostServices/OnPalette.html +140 -0
  86. data/doc/CzechPostB2bClient/PostServices/ParcelSizeL.html +129 -0
  87. data/doc/CzechPostB2bClient/PostServices/ParcelSizeM.html +129 -0
  88. data/doc/CzechPostB2bClient/PostServices/ParcelSizeS.html +129 -0
  89. data/doc/CzechPostB2bClient/PostServices/ParcelSizeXL.html +129 -0
  90. data/doc/CzechPostB2bClient/PostServices/PickupByThirdPerson.html +129 -0
  91. data/doc/CzechPostB2bClient/PostServices/PosteRestante.html +129 -0
  92. data/doc/CzechPostB2bClient/PostServices/PreprocessedBySorting.html +148 -0
  93. data/doc/CzechPostB2bClient/PostServices/PrioritaireByAir.html +129 -0
  94. data/doc/CzechPostB2bClient/PostServices/RegisteredMail.html +129 -0
  95. data/doc/CzechPostB2bClient/PostServices/RegisteredMailForBlinds.html +129 -0
  96. data/doc/CzechPostB2bClient/PostServices/RegisteredMailStandard.html +129 -0
  97. data/doc/CzechPostB2bClient/PostServices/ResendToOtherAddress.html +129 -0
  98. data/doc/CzechPostB2bClient/PostServices/ResponseEnvelope.html +129 -0
  99. data/doc/CzechPostB2bClient/PostServices/ResponseShipment.html +129 -0
  100. data/doc/CzechPostB2bClient/PostServices/ReturnByAir.html +129 -0
  101. data/doc/CzechPostB2bClient/PostServices/ReturnEconomically.html +129 -0
  102. data/doc/CzechPostB2bClient/PostServices/ReturnOfGoods.html +129 -0
  103. data/doc/CzechPostB2bClient/PostServices/ReturnToSenderAfterXDays.html +148 -0
  104. data/doc/CzechPostB2bClient/PostServices/ReturnToSenderImmediately.html +129 -0
  105. data/doc/CzechPostB2bClient/PostServices/SaveKey.html +148 -0
  106. data/doc/CzechPostB2bClient/PostServices/SubmissionByPostbox.html +129 -0
  107. data/doc/CzechPostB2bClient/PostServices/SubmissionReceiptCopy.html +129 -0
  108. data/doc/CzechPostB2bClient/PostServices/ThisSideUp.html +148 -0
  109. data/doc/CzechPostB2bClient/PostServices/ValuableContent.html +129 -0
  110. data/doc/CzechPostB2bClient/PrintingTemplates.html +16 -16
  111. data/doc/CzechPostB2bClient/PrintingTemplates/AddressData3x8.html +6 -6
  112. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel.html +6 -6
  113. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank.html +6 -6
  114. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank4OnPage.html +6 -6
  115. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/BlankLandscape.html +6 -6
  116. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage.html +7 -7
  117. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS.html +6 -6
  118. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS2x4.html +6 -6
  119. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/HarmonizedLabel.html +141 -0
  120. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/HarmonizedLabel4OnPage.html +129 -0
  121. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard.html +6 -6
  122. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard2OnPage.html +129 -0
  123. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable.html +6 -6
  124. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable4OnPage.html +6 -6
  125. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Simple.html +6 -6
  126. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/SimpleWithCODVoucherA.html +6 -6
  127. data/doc/CzechPostB2bClient/PrintingTemplates/Base.html +16 -16
  128. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA.html +6 -6
  129. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA3OnPage.html +6 -6
  130. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherC.html +6 -6
  131. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherForCSOB.html +6 -6
  132. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration.html +115 -0
  133. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22.html +129 -0
  134. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN224OnPage.html +129 -0
  135. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22WithCK.html +129 -0
  136. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22WithCK4OnPage.html +129 -0
  137. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN23.html +129 -0
  138. data/doc/CzechPostB2bClient/PrintingTemplates/DeliveryTicket.html +6 -6
  139. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope.html +6 -6
  140. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeB4.html +6 -6
  141. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC5.html +6 -6
  142. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC6.html +6 -6
  143. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeDL.html +6 -6
  144. data/doc/CzechPostB2bClient/PrintingTemplates/IntegratedDocument.html +6 -6
  145. data/doc/CzechPostB2bClient/PrintingTemplates/RRLabels3x8.html +6 -6
  146. data/doc/CzechPostB2bClient/RequestBuilders.html +8 -8
  147. data/doc/CzechPostB2bClient/RequestBuilders/BaseBuilder.html +9 -9
  148. data/doc/CzechPostB2bClient/RequestBuilders/GetParcelStateBuilder.html +8 -8
  149. data/doc/CzechPostB2bClient/RequestBuilders/GetParcelsPrintingBuilder.html +26 -26
  150. data/doc/CzechPostB2bClient/RequestBuilders/GetResultParcelsBuilder.html +8 -8
  151. data/doc/CzechPostB2bClient/RequestBuilders/GetStatsBuilder.html +9 -9
  152. data/doc/CzechPostB2bClient/RequestBuilders/ParcelServiceSyncBuilder.html +414 -0
  153. data/doc/CzechPostB2bClient/RequestBuilders/SendParcelsBuilder.html +32 -21
  154. data/doc/CzechPostB2bClient/ResponseCodes.html +51 -27
  155. data/doc/CzechPostB2bClient/ResponseCodes/AddressAllowedForBalikovnaOnly.html +7 -7
  156. data/doc/CzechPostB2bClient/ResponseCodes/AddressIsNotValidForSubject.html +7 -7
  157. data/doc/CzechPostB2bClient/ResponseCodes/AddressNeedsPhoneNumber.html +7 -7
  158. data/doc/CzechPostB2bClient/ResponseCodes/AddressSuitableForLocalDelivery.html +7 -7
  159. data/doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostu.html +7 -7
  160. data/doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostuDuplicate.html +7 -7
  161. data/doc/CzechPostB2bClient/ResponseCodes/AddresseeCityRequired.html +7 -7
  162. data/doc/CzechPostB2bClient/ResponseCodes/AlreadyAssignedOrderNumber.html +7 -7
  163. data/doc/CzechPostB2bClient/ResponseCodes/BadAddressee.html +7 -7
  164. data/doc/CzechPostB2bClient/ResponseCodes/BadCODAmount.html +7 -7
  165. data/doc/CzechPostB2bClient/ResponseCodes/BadFormatReturnNumberDays.html +7 -7
  166. data/doc/CzechPostB2bClient/ResponseCodes/BadHeight.html +7 -7
  167. data/doc/CzechPostB2bClient/ResponseCodes/BadLength.html +7 -7
  168. data/doc/CzechPostB2bClient/ResponseCodes/BadPrefix.html +7 -7
  169. data/doc/CzechPostB2bClient/ResponseCodes/BadPrefixForAddress.html +7 -7
  170. data/doc/CzechPostB2bClient/ResponseCodes/BadPrice.html +7 -7
  171. data/doc/CzechPostB2bClient/ResponseCodes/BadVariableSymbol.html +7 -7
  172. data/doc/CzechPostB2bClient/ResponseCodes/BadWeight.html +7 -7
  173. data/doc/CzechPostB2bClient/ResponseCodes/BadWidth.html +7 -7
  174. data/doc/CzechPostB2bClient/ResponseCodes/BaseCode.html +211 -121
  175. data/doc/CzechPostB2bClient/ResponseCodes/BatchClosed.html +7 -7
  176. data/doc/CzechPostB2bClient/ResponseCodes/BatchInvalid.html +7 -7
  177. data/doc/CzechPostB2bClient/ResponseCodes/BatchUnfinished.html +7 -7
  178. data/doc/CzechPostB2bClient/ResponseCodes/CODAmountOutOfRange.html +7 -7
  179. data/doc/CzechPostB2bClient/ResponseCodes/CODAmountTooBig.html +7 -7
  180. data/doc/CzechPostB2bClient/ResponseCodes/CanceledOrderNumber.html +7 -7
  181. data/doc/CzechPostB2bClient/ResponseCodes/CustomGoodQuantityOutOfRange.html +7 -7
  182. data/doc/CzechPostB2bClient/ResponseCodes/CustomerIDNotInAccordanceWithParcelCode.html +7 -7
  183. data/doc/CzechPostB2bClient/ResponseCodes/DensityOutOfRange.html +7 -7
  184. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateDuplicateParcelCode.html +7 -7
  185. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateParcel.html +7 -7
  186. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateParcelCode.html +7 -7
  187. data/doc/CzechPostB2bClient/ResponseCodes/DuplicitParcelCode.html +7 -7
  188. data/doc/CzechPostB2bClient/ResponseCodes/FullSequence.html +7 -7
  189. data/doc/CzechPostB2bClient/ResponseCodes/FullSequenceDuplicate.html +7 -7
  190. data/doc/CzechPostB2bClient/ResponseCodes/IllegalCombinationOfServices.html +7 -7
  191. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddRequiredService75.html +7 -7
  192. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1A.html +7 -7
  193. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1B.html +7 -7
  194. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1D.html +7 -7
  195. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService9.html +7 -7
  196. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddressWasModified.html +7 -7
  197. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddresseeToLong.html +7 -7
  198. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumber.html +7 -7
  199. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumberAddresseeDocument.html +7 -7
  200. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelHeight.html +7 -7
  201. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelLength.html +7 -7
  202. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelMobilePhoneOrEmailAddresseeDocument.html +7 -7
  203. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelPalettsNumber.html +7 -7
  204. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelPersonalIdentificationNumber.html +7 -7
  205. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AB.html +7 -7
  206. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1ABForService40.html +7 -7
  207. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForPostCode.html +7 -7
  208. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForService40.html +7 -7
  209. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AWith1B.html +7 -7
  210. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1B.html +7 -7
  211. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BAddService1A.html +7 -7
  212. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BForPostCode.html +7 -7
  213. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BWith1A.html +7 -7
  214. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1D.html +7 -7
  215. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1E.html +7 -7
  216. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1V.html +7 -7
  217. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService25.html +7 -7
  218. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService27.html +7 -7
  219. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService29.html +7 -7
  220. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService30.html +7 -7
  221. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService31.html +7 -7
  222. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34.html +7 -7
  223. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34InvalidPhoneNumber.html +7 -7
  224. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45.html +7 -7
  225. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45InvalidPhoneNumber.html +7 -7
  226. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService46.html +7 -7
  227. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService47.html +7 -7
  228. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5B.html +7 -7
  229. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5C.html +7 -7
  230. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5D.html +7 -7
  231. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5C.html +7 -7
  232. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5CAnd5D.html +7 -7
  233. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5D.html +7 -7
  234. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService9.html +134 -0
  235. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelVSVoucher.html +7 -7
  236. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelWidth.html +7 -7
  237. data/doc/CzechPostB2bClient/ResponseCodes/InfoCityChanged.html +7 -7
  238. data/doc/CzechPostB2bClient/ResponseCodes/InfoInexactAddress.html +7 -7
  239. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidAccount.html +7 -7
  240. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBankCode.html +7 -7
  241. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBirthDay.html +7 -7
  242. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCODAmount.html +7 -7
  243. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCategoryCustomDecalaration.html +7 -7
  244. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidEmail.html +7 -7
  245. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidMobilePhoneNumber.html +7 -7
  246. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPhoneNumber.html +7 -7
  247. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrefixAccount.html +7 -7
  248. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrice.html +7 -7
  249. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidSpecificSymbol.html +7 -7
  250. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidTelephoneNumber.html +7 -7
  251. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidWeight.html +7 -7
  252. data/doc/CzechPostB2bClient/ResponseCodes/InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized.html +18 -7
  253. data/doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsNotNumber.html +7 -7
  254. data/doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsTooBig.html +7 -7
  255. data/doc/CzechPostB2bClient/ResponseCodes/InfoService29And47.html +7 -7
  256. data/doc/CzechPostB2bClient/ResponseCodes/InfoSpecialPackagingRequest.html +7 -7
  257. data/doc/CzechPostB2bClient/ResponseCodes/InternalApplicationError.html +7 -7
  258. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentForParcelType.html +7 -7
  259. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentObjectNotFound.html +7 -7
  260. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentWrongCity.html +7 -7
  261. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBalikovna.html +7 -7
  262. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBigPackage.html +7 -7
  263. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForCODAmountOver20000.html +7 -7
  264. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForParcelType.html +7 -7
  265. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressee.html +7 -7
  266. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmount.html +7 -7
  267. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmountCurrency.html +7 -7
  268. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmountType.html +7 -7
  269. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODAmount.html +7 -7
  270. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrency.html +7 -7
  271. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrencyAccordance.html +7 -7
  272. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCategoryCustomDecalaration.html +7 -7
  273. data/doc/CzechPostB2bClient/ResponseCodes/InvalidContentCustomGood.html +7 -7
  274. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCurrencyCustomDecalaration.html +7 -7
  275. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomGoodNumber.html +7 -7
  276. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerCardNumber.html +7 -7
  277. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerId.html +7 -7
  278. data/doc/CzechPostB2bClient/ResponseCodes/InvalidDensity.html +7 -7
  279. data/doc/CzechPostB2bClient/ResponseCodes/InvalidEmail.html +7 -7
  280. data/doc/CzechPostB2bClient/ResponseCodes/InvalidHeight.html +7 -7
  281. data/doc/CzechPostB2bClient/ResponseCodes/InvalidHsCodeCustomGood.html +7 -7
  282. data/doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGood.html +7 -7
  283. data/doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGoodFormat.html +7 -7
  284. data/doc/CzechPostB2bClient/ResponseCodes/InvalidLength.html +7 -7
  285. data/doc/CzechPostB2bClient/ResponseCodes/InvalidLocation.html +7 -7
  286. data/doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCode.html +7 -7
  287. data/doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCodeControl.html +7 -7
  288. data/doc/CzechPostB2bClient/ResponseCodes/InvalidNumberClosure.html +7 -7
  289. data/doc/CzechPostB2bClient/ResponseCodes/InvalidOrderNumber.html +7 -7
  290. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcode.html +7 -7
  291. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcodeDuplicate.html +7 -7
  292. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCode.html +7 -7
  293. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCodeControl.html +7 -7
  294. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelResponseCode.html +7 -7
  295. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelTypeForID.html +7 -7
  296. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPartnerCode.html +7 -7
  297. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPayday.html +7 -7
  298. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPhoneNumber.html +7 -7
  299. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPostCode.html +7 -7
  300. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixAccordance.html +7 -7
  301. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixCombination.html +7 -7
  302. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixForDimensionsAndFragile.html +7 -7
  303. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrice.html +7 -7
  304. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrency.html +7 -7
  305. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrencyAccordance.html +7 -7
  306. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCustomGood.html +7 -7
  307. data/doc/CzechPostB2bClient/ResponseCodes/InvalidQuantityCustomGood.html +7 -7
  308. data/doc/CzechPostB2bClient/ResponseCodes/InvalidResponsibleConsignmentNumber.html +7 -7
  309. data/doc/CzechPostB2bClient/ResponseCodes/InvalidReturnNumberDays.html +7 -7
  310. data/doc/CzechPostB2bClient/ResponseCodes/InvalidService18.html +7 -7
  311. data/doc/CzechPostB2bClient/ResponseCodes/InvalidService19.html +7 -7
  312. data/doc/CzechPostB2bClient/ResponseCodes/InvalidServiceCombination.html +7 -7
  313. data/doc/CzechPostB2bClient/ResponseCodes/InvalidServicesForDimensions.html +7 -7
  314. data/doc/CzechPostB2bClient/ResponseCodes/InvalidSignNumber.html +7 -7
  315. data/doc/CzechPostB2bClient/ResponseCodes/InvalidSubisoCountry.html +7 -7
  316. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTareWeight.html +7 -7
  317. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTiming.html +7 -7
  318. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTransmissionDate.html +7 -7
  319. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTypePrefix.html +7 -7
  320. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService36.html +7 -7
  321. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService37.html +7 -7
  322. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService38.html +7 -7
  323. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeight.html +7 -7
  324. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGood.html +7 -7
  325. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGoodSummary.html +7 -7
  326. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightForService11.html +7 -7
  327. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWidth.html +7 -7
  328. data/doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumber.html +7 -7
  329. data/doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumberFormat.html +7 -7
  330. data/doc/CzechPostB2bClient/ResponseCodes/InvalidostCodeOrCity.html +7 -7
  331. data/doc/CzechPostB2bClient/ResponseCodes/MIssingParcelCode.html +7 -7
  332. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddressee.html +7 -7
  333. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeCity.html +7 -7
  334. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeStreet.html +7 -7
  335. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeZipCode.html +7 -7
  336. data/doc/CzechPostB2bClient/ResponseCodes/MissingCODAmount.html +7 -7
  337. data/doc/CzechPostB2bClient/ResponseCodes/MissingCODAmountType.html +7 -7
  338. data/doc/CzechPostB2bClient/ResponseCodes/MissingCategoryCustomDecalaration.html +7 -7
  339. data/doc/CzechPostB2bClient/ResponseCodes/MissingCompanyName.html +7 -7
  340. data/doc/CzechPostB2bClient/ResponseCodes/MissingContentCustomGood.html +7 -7
  341. data/doc/CzechPostB2bClient/ResponseCodes/MissingCurrencyCustomDeclaration.html +7 -7
  342. data/doc/CzechPostB2bClient/ResponseCodes/MissingHandlingInstructions.html +7 -7
  343. data/doc/CzechPostB2bClient/ResponseCodes/MissingHeight.html +7 -7
  344. data/doc/CzechPostB2bClient/ResponseCodes/MissingHsCodeCustomGood.html +7 -7
  345. data/doc/CzechPostB2bClient/ResponseCodes/MissingIsoCustomGood.html +7 -7
  346. data/doc/CzechPostB2bClient/ResponseCodes/MissingLength.html +7 -7
  347. data/doc/CzechPostB2bClient/ResponseCodes/MissingPalettsNumber.html +7 -7
  348. data/doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGood.html +7 -7
  349. data/doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGoods.html +7 -7
  350. data/doc/CzechPostB2bClient/ResponseCodes/MissingPhoneNumber.html +7 -7
  351. data/doc/CzechPostB2bClient/ResponseCodes/MissingPrefix.html +7 -7
  352. data/doc/CzechPostB2bClient/ResponseCodes/MissingPrice.html +7 -7
  353. data/doc/CzechPostB2bClient/ResponseCodes/MissingPriceCustomGood.html +7 -7
  354. data/doc/CzechPostB2bClient/ResponseCodes/MissingQuantityCustomGood.html +7 -7
  355. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocument.html +7 -7
  356. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocumentDuplicate.html +7 -7
  357. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeEmail.html +7 -7
  358. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredEmail.html +7 -7
  359. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredFirstNameAddresseeDocument.html +7 -7
  360. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMRNCode.html +7 -7
  361. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumber.html +7 -7
  362. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumberOrEmail.html +7 -7
  363. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredParcelCode.html +7 -7
  364. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPayday.html +7 -7
  365. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumber.html +7 -7
  366. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrEmail.html +7 -7
  367. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrWhat.html +7 -7
  368. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPrice.html +7 -7
  369. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService.html +7 -7
  370. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService10.html +7 -7
  371. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1AB.html +7 -7
  372. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1X.html +7 -7
  373. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService2X.html +7 -7
  374. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3X.html +7 -7
  375. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3XTrinity.html +7 -7
  376. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4.html +7 -7
  377. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4X.html +7 -7
  378. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4x.html +7 -7
  379. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredVoucherPrice.html +7 -7
  380. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredZPROOrderNumber.html +7 -7
  381. data/doc/CzechPostB2bClient/ResponseCodes/MissingReturnInstructions.html +7 -7
  382. data/doc/CzechPostB2bClient/ResponseCodes/MissingReturnNumberDays.html +7 -7
  383. data/doc/CzechPostB2bClient/ResponseCodes/MissingSenderEmail.html +7 -7
  384. data/doc/CzechPostB2bClient/ResponseCodes/MissingSizeCategory.html +7 -7
  385. data/doc/CzechPostB2bClient/ResponseCodes/MissingSurname.html +7 -7
  386. data/doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbol.html +7 -7
  387. data/doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbolDuplicate.html +7 -7
  388. data/doc/CzechPostB2bClient/ResponseCodes/MissingWeightCustomGood.html +7 -7
  389. data/doc/CzechPostB2bClient/ResponseCodes/MissingWidth.html +7 -7
  390. data/doc/CzechPostB2bClient/ResponseCodes/NoContractService41.html +7 -7
  391. data/doc/CzechPostB2bClient/ResponseCodes/NoContractServiceReturnReceipt.html +7 -7
  392. data/doc/CzechPostB2bClient/ResponseCodes/NotExistingOrderNumber.html +7 -7
  393. data/doc/CzechPostB2bClient/ResponseCodes/Ok.html +7 -7
  394. data/doc/CzechPostB2bClient/ResponseCodes/OverenoVecerniDorucovani.html +7 -7
  395. data/doc/CzechPostB2bClient/ResponseCodes/PalettsNumberOutOfRange.html +7 -7
  396. data/doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotAllowed.html +7 -7
  397. data/doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotInAssignedRange.html +7 -7
  398. data/doc/CzechPostB2bClient/ResponseCodes/ParcelDoesNotMeetTheRequirementsForm.html +7 -7
  399. data/doc/CzechPostB2bClient/ResponseCodes/PriceAndCODAmountTooBig.html +7 -7
  400. data/doc/CzechPostB2bClient/ResponseCodes/PriceOutOfRange.html +7 -7
  401. data/doc/CzechPostB2bClient/ResponseCodes/PriceTooBig.html +7 -7
  402. data/doc/CzechPostB2bClient/ResponseCodes/PriceTooLow.html +7 -7
  403. data/doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberCannotBeImported.html +7 -7
  404. data/doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberOutOfRange.html +7 -7
  405. data/doc/CzechPostB2bClient/ResponseCodes/ServicesCombinationNotAllowed.html +7 -7
  406. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionAlreadyClosed.html +7 -7
  407. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionNotExists.html +7 -7
  408. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionOpened.html +7 -7
  409. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionUnfinished.html +7 -7
  410. data/doc/CzechPostB2bClient/ResponseCodes/UnauthorizedAccess.html +7 -7
  411. data/doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseeCity.html +7 -7
  412. data/doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseePostCode.html +7 -7
  413. data/doc/CzechPostB2bClient/ResponseCodes/UnknownPrefix.html +7 -7
  414. data/doc/CzechPostB2bClient/ResponseCodes/VariableSymbolIsNotNumber.html +7 -7
  415. data/doc/CzechPostB2bClient/ResponseCodes/WeightCustomGoodOutOfRange.html +7 -7
  416. data/doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRange.html +7 -7
  417. data/doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRangeDuplicate.html +7 -7
  418. data/doc/CzechPostB2bClient/ResponseParsers.html +8 -8
  419. data/doc/CzechPostB2bClient/ResponseParsers/BaseParser.html +8 -8
  420. data/doc/CzechPostB2bClient/ResponseParsers/GetParcelStateParser.html +31 -16
  421. data/doc/CzechPostB2bClient/ResponseParsers/GetParcelsPrintingParser.html +21 -21
  422. data/doc/CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html +18 -12
  423. data/doc/CzechPostB2bClient/ResponseParsers/GetStatsParser.html +6 -6
  424. data/doc/CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html +805 -0
  425. data/doc/CzechPostB2bClient/ResponseParsers/SendParcelsParser.html +153 -10
  426. data/doc/CzechPostB2bClient/Services.html +8 -8
  427. data/doc/CzechPostB2bClient/Services/AddressSheetsGenerator.html +9 -9
  428. data/doc/CzechPostB2bClient/Services/ApiCaller.html +11 -7
  429. data/doc/CzechPostB2bClient/Services/Communicator.html +7 -7
  430. data/doc/CzechPostB2bClient/Services/DeliveringInspector.html +8 -8
  431. data/doc/CzechPostB2bClient/Services/Orchestrator.html +6 -6
  432. data/doc/CzechPostB2bClient/Services/ParcelsAsyncSender.html +402 -0
  433. data/doc/CzechPostB2bClient/Services/ParcelsSendProcessUpdater.html +8 -8
  434. data/doc/CzechPostB2bClient/Services/ParcelsSender.html +21 -233
  435. data/doc/CzechPostB2bClient/Services/ParcelsSubmissionCloser.html +12 -12
  436. data/doc/CzechPostB2bClient/Services/ParcelsSyncSender.html +464 -0
  437. data/doc/CzechPostB2bClient/Services/TimePeriodStatisticator.html +10 -10
  438. data/doc/CzechPostB2bClient/Services/XsdsDownloader.html +289 -0
  439. data/doc/SteppedService.html +8 -7
  440. data/doc/SteppedService/Base.html +31 -31
  441. data/doc/SteppedService/Errors.html +6 -6
  442. data/doc/_index.html +739 -23
  443. data/doc/class_list.html +3 -3
  444. data/doc/css/style.css +2 -2
  445. data/doc/file.README.html +219 -194
  446. data/doc/file_list.html +2 -2
  447. data/doc/frames.html +2 -2
  448. data/doc/index.html +219 -194
  449. data/doc/js/app.js +14 -3
  450. data/doc/method_list.html +278 -70
  451. data/doc/top-level-namespace.html +6 -6
  452. data/lib/czech_post_b2b_client.rb +2 -0
  453. data/lib/czech_post_b2b_client/b2b_errors.rb +12 -11
  454. data/lib/czech_post_b2b_client/configuration.rb +13 -7
  455. data/lib/czech_post_b2b_client/post_services.rb +777 -0
  456. data/lib/czech_post_b2b_client/printing_templates.rb +145 -46
  457. data/lib/czech_post_b2b_client/request_builders.rb +1 -0
  458. data/lib/czech_post_b2b_client/request_builders/get_parcels_printing_builder.rb +7 -3
  459. data/lib/czech_post_b2b_client/request_builders/parcel_service_sync_builder.rb +312 -0
  460. data/lib/czech_post_b2b_client/request_builders/send_parcels_builder.rb +12 -7
  461. data/lib/czech_post_b2b_client/response_codes.rb +38 -35
  462. data/lib/czech_post_b2b_client/response_parsers.rb +1 -0
  463. data/lib/czech_post_b2b_client/response_parsers/base_parser.rb +15 -7
  464. data/lib/czech_post_b2b_client/response_parsers/get_parcel_state_parser.rb +4 -3
  465. data/lib/czech_post_b2b_client/response_parsers/get_parcels_printing_parser.rb +2 -1
  466. data/lib/czech_post_b2b_client/response_parsers/get_result_parcels_parser.rb +8 -5
  467. data/lib/czech_post_b2b_client/response_parsers/parcel_service_sync_parser.rb +82 -0
  468. data/lib/czech_post_b2b_client/response_parsers/send_parcels_parser.rb +24 -2
  469. data/lib/czech_post_b2b_client/services.rb +5 -1
  470. data/lib/czech_post_b2b_client/services/api_caller.rb +25 -9
  471. data/lib/czech_post_b2b_client/services/delivering_inspector.rb +4 -6
  472. data/lib/czech_post_b2b_client/services/orchestrator.rb +0 -1
  473. data/lib/czech_post_b2b_client/services/parcels_async_sender.rb +53 -0
  474. data/lib/czech_post_b2b_client/services/parcels_send_process_updater.rb +2 -2
  475. data/lib/czech_post_b2b_client/services/parcels_sender.rb +4 -45
  476. data/lib/czech_post_b2b_client/services/parcels_submission_closer.rb +1 -1
  477. data/lib/czech_post_b2b_client/services/parcels_sync_sender.rb +88 -0
  478. data/lib/czech_post_b2b_client/services/time_period_statisticator.rb +1 -1
  479. data/lib/czech_post_b2b_client/services/xsds_downloader.rb +61 -0
  480. data/lib/czech_post_b2b_client/version.rb +1 -1
  481. data/lib/stepped_service/base.rb +2 -1
  482. metadata +116 -4
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Class: CzechPostB2bClient::ResponseCodes::BadAddressee
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "CzechPostB2bClient::ResponseCodes::BadAddressee";
19
19
  relpath = '../../';
20
20
  </script>
@@ -118,15 +118,15 @@
118
118
  <h2>Method Summary</h2>
119
119
 
120
120
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></h3>
121
- <p class="inherited"><span class='object_link'><a href="BaseCode.html#code-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.code (method)">code</a></span>, <span class='object_link'><a href="BaseCode.html#description-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.description (method)">description</a></span>, <span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#text-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.text (method)">text</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span>, <span class='object_link'><a href="BaseCode.html#type-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.type (method)">type</a></span></p>
121
+ <p class="inherited"><span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span></p>
122
122
 
123
123
 
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Fri Mar 20 17:49:06 2020 by
127
+ Generated on Thu May 28 17:06:49 2020 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.9.19 (ruby-2.4.1).
129
+ 0.9.24 (ruby-2.4.1).
130
130
  </div>
131
131
 
132
132
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Class: CzechPostB2bClient::ResponseCodes::BadCODAmount
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "CzechPostB2bClient::ResponseCodes::BadCODAmount";
19
19
  relpath = '../../';
20
20
  </script>
@@ -118,15 +118,15 @@
118
118
  <h2>Method Summary</h2>
119
119
 
120
120
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></h3>
121
- <p class="inherited"><span class='object_link'><a href="BaseCode.html#code-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.code (method)">code</a></span>, <span class='object_link'><a href="BaseCode.html#description-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.description (method)">description</a></span>, <span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#text-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.text (method)">text</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span>, <span class='object_link'><a href="BaseCode.html#type-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.type (method)">type</a></span></p>
121
+ <p class="inherited"><span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span></p>
122
122
 
123
123
 
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Fri Mar 20 17:49:06 2020 by
127
+ Generated on Thu May 28 17:06:49 2020 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.9.19 (ruby-2.4.1).
129
+ 0.9.24 (ruby-2.4.1).
130
130
  </div>
131
131
 
132
132
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Class: CzechPostB2bClient::ResponseCodes::BadFormatReturnNumberDays
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "CzechPostB2bClient::ResponseCodes::BadFormatReturnNumberDays";
19
19
  relpath = '../../';
20
20
  </script>
@@ -118,15 +118,15 @@
118
118
  <h2>Method Summary</h2>
119
119
 
120
120
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></h3>
121
- <p class="inherited"><span class='object_link'><a href="BaseCode.html#code-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.code (method)">code</a></span>, <span class='object_link'><a href="BaseCode.html#description-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.description (method)">description</a></span>, <span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#text-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.text (method)">text</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span>, <span class='object_link'><a href="BaseCode.html#type-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.type (method)">type</a></span></p>
121
+ <p class="inherited"><span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span></p>
122
122
 
123
123
 
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Fri Mar 20 17:49:09 2020 by
127
+ Generated on Thu May 28 17:06:51 2020 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.9.19 (ruby-2.4.1).
129
+ 0.9.24 (ruby-2.4.1).
130
130
  </div>
131
131
 
132
132
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Class: CzechPostB2bClient::ResponseCodes::BadHeight
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "CzechPostB2bClient::ResponseCodes::BadHeight";
19
19
  relpath = '../../';
20
20
  </script>
@@ -118,15 +118,15 @@
118
118
  <h2>Method Summary</h2>
119
119
 
120
120
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></h3>
121
- <p class="inherited"><span class='object_link'><a href="BaseCode.html#code-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.code (method)">code</a></span>, <span class='object_link'><a href="BaseCode.html#description-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.description (method)">description</a></span>, <span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#text-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.text (method)">text</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span>, <span class='object_link'><a href="BaseCode.html#type-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.type (method)">type</a></span></p>
121
+ <p class="inherited"><span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span></p>
122
122
 
123
123
 
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Fri Mar 20 17:49:06 2020 by
127
+ Generated on Thu May 28 17:06:49 2020 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.9.19 (ruby-2.4.1).
129
+ 0.9.24 (ruby-2.4.1).
130
130
  </div>
131
131
 
132
132
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Class: CzechPostB2bClient::ResponseCodes::BadLength
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "CzechPostB2bClient::ResponseCodes::BadLength";
19
19
  relpath = '../../';
20
20
  </script>
@@ -118,15 +118,15 @@
118
118
  <h2>Method Summary</h2>
119
119
 
120
120
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></h3>
121
- <p class="inherited"><span class='object_link'><a href="BaseCode.html#code-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.code (method)">code</a></span>, <span class='object_link'><a href="BaseCode.html#description-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.description (method)">description</a></span>, <span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#text-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.text (method)">text</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span>, <span class='object_link'><a href="BaseCode.html#type-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.type (method)">type</a></span></p>
121
+ <p class="inherited"><span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span></p>
122
122
 
123
123
 
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Fri Mar 20 17:49:06 2020 by
127
+ Generated on Thu May 28 17:06:49 2020 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.9.19 (ruby-2.4.1).
129
+ 0.9.24 (ruby-2.4.1).
130
130
  </div>
131
131
 
132
132
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Class: CzechPostB2bClient::ResponseCodes::BadPrefix
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "CzechPostB2bClient::ResponseCodes::BadPrefix";
19
19
  relpath = '../../';
20
20
  </script>
@@ -118,15 +118,15 @@
118
118
  <h2>Method Summary</h2>
119
119
 
120
120
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></h3>
121
- <p class="inherited"><span class='object_link'><a href="BaseCode.html#code-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.code (method)">code</a></span>, <span class='object_link'><a href="BaseCode.html#description-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.description (method)">description</a></span>, <span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#text-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.text (method)">text</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span>, <span class='object_link'><a href="BaseCode.html#type-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.type (method)">type</a></span></p>
121
+ <p class="inherited"><span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span></p>
122
122
 
123
123
 
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Fri Mar 20 17:49:06 2020 by
127
+ Generated on Thu May 28 17:06:49 2020 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.9.19 (ruby-2.4.1).
129
+ 0.9.24 (ruby-2.4.1).
130
130
  </div>
131
131
 
132
132
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Class: CzechPostB2bClient::ResponseCodes::BadPrefixForAddress
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "CzechPostB2bClient::ResponseCodes::BadPrefixForAddress";
19
19
  relpath = '../../';
20
20
  </script>
@@ -118,15 +118,15 @@
118
118
  <h2>Method Summary</h2>
119
119
 
120
120
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></h3>
121
- <p class="inherited"><span class='object_link'><a href="BaseCode.html#code-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.code (method)">code</a></span>, <span class='object_link'><a href="BaseCode.html#description-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.description (method)">description</a></span>, <span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#text-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.text (method)">text</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span>, <span class='object_link'><a href="BaseCode.html#type-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.type (method)">type</a></span></p>
121
+ <p class="inherited"><span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span></p>
122
122
 
123
123
 
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Fri Mar 20 17:49:06 2020 by
127
+ Generated on Thu May 28 17:06:49 2020 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.9.19 (ruby-2.4.1).
129
+ 0.9.24 (ruby-2.4.1).
130
130
  </div>
131
131
 
132
132
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Class: CzechPostB2bClient::ResponseCodes::BadPrice
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "CzechPostB2bClient::ResponseCodes::BadPrice";
19
19
  relpath = '../../';
20
20
  </script>
@@ -118,15 +118,15 @@
118
118
  <h2>Method Summary</h2>
119
119
 
120
120
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></h3>
121
- <p class="inherited"><span class='object_link'><a href="BaseCode.html#code-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.code (method)">code</a></span>, <span class='object_link'><a href="BaseCode.html#description-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.description (method)">description</a></span>, <span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#text-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.text (method)">text</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span>, <span class='object_link'><a href="BaseCode.html#type-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.type (method)">type</a></span></p>
121
+ <p class="inherited"><span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span></p>
122
122
 
123
123
 
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Fri Mar 20 17:49:06 2020 by
127
+ Generated on Thu May 28 17:06:49 2020 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.9.19 (ruby-2.4.1).
129
+ 0.9.24 (ruby-2.4.1).
130
130
  </div>
131
131
 
132
132
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Class: CzechPostB2bClient::ResponseCodes::BadVariableSymbol
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "CzechPostB2bClient::ResponseCodes::BadVariableSymbol";
19
19
  relpath = '../../';
20
20
  </script>
@@ -118,15 +118,15 @@
118
118
  <h2>Method Summary</h2>
119
119
 
120
120
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></h3>
121
- <p class="inherited"><span class='object_link'><a href="BaseCode.html#code-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.code (method)">code</a></span>, <span class='object_link'><a href="BaseCode.html#description-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.description (method)">description</a></span>, <span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#text-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.text (method)">text</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span>, <span class='object_link'><a href="BaseCode.html#type-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.type (method)">type</a></span></p>
121
+ <p class="inherited"><span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span></p>
122
122
 
123
123
 
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Fri Mar 20 17:49:06 2020 by
127
+ Generated on Thu May 28 17:06:49 2020 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.9.19 (ruby-2.4.1).
129
+ 0.9.24 (ruby-2.4.1).
130
130
  </div>
131
131
 
132
132
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Class: CzechPostB2bClient::ResponseCodes::BadWeight
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "CzechPostB2bClient::ResponseCodes::BadWeight";
19
19
  relpath = '../../';
20
20
  </script>
@@ -118,15 +118,15 @@
118
118
  <h2>Method Summary</h2>
119
119
 
120
120
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></h3>
121
- <p class="inherited"><span class='object_link'><a href="BaseCode.html#code-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.code (method)">code</a></span>, <span class='object_link'><a href="BaseCode.html#description-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.description (method)">description</a></span>, <span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#text-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.text (method)">text</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span>, <span class='object_link'><a href="BaseCode.html#type-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.type (method)">type</a></span></p>
121
+ <p class="inherited"><span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span></p>
122
122
 
123
123
 
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Fri Mar 20 17:49:06 2020 by
127
+ Generated on Thu May 28 17:06:49 2020 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.9.19 (ruby-2.4.1).
129
+ 0.9.24 (ruby-2.4.1).
130
130
  </div>
131
131
 
132
132
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Class: CzechPostB2bClient::ResponseCodes::BadWidth
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "CzechPostB2bClient::ResponseCodes::BadWidth";
19
19
  relpath = '../../';
20
20
  </script>
@@ -118,15 +118,15 @@
118
118
  <h2>Method Summary</h2>
119
119
 
120
120
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span></h3>
121
- <p class="inherited"><span class='object_link'><a href="BaseCode.html#code-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.code (method)">code</a></span>, <span class='object_link'><a href="BaseCode.html#description-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.description (method)">description</a></span>, <span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#text-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.text (method)">text</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span>, <span class='object_link'><a href="BaseCode.html#type-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.type (method)">type</a></span></p>
121
+ <p class="inherited"><span class='object_link'><a href="BaseCode.html#error%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.error? (method)">error?</a></span>, <span class='object_link'><a href="BaseCode.html#info%3F-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.info? (method)">info?</a></span>, <span class='object_link'><a href="BaseCode.html#to_s-class_method" title="CzechPostB2bClient::ResponseCodes::BaseCode.to_s (method)">to_s</a></span></p>
122
122
 
123
123
 
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Fri Mar 20 17:49:06 2020 by
127
+ Generated on Thu May 28 17:06:49 2020 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.9.19 (ruby-2.4.1).
129
+ 0.9.24 (ruby-2.4.1).
130
130
  </div>
131
131
 
132
132
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Class: CzechPostB2bClient::ResponseCodes::BaseCode
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "CzechPostB2bClient::ResponseCodes::BaseCode";
19
19
  relpath = '../../';
20
20
  </script>
@@ -101,24 +101,16 @@
101
101
 
102
102
  <div id="subclasses">
103
103
  <h2>Direct Known Subclasses</h2>
104
- <p class="children"><span class='object_link'><a href="AddressAllowedForBalikovnaOnly.html" title="CzechPostB2bClient::ResponseCodes::AddressAllowedForBalikovnaOnly (class)">AddressAllowedForBalikovnaOnly</a></span>, <span class='object_link'><a href="AddressIsNotValidForSubject.html" title="CzechPostB2bClient::ResponseCodes::AddressIsNotValidForSubject (class)">AddressIsNotValidForSubject</a></span>, <span class='object_link'><a href="AddressNeedsPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::AddressNeedsPhoneNumber (class)">AddressNeedsPhoneNumber</a></span>, <span class='object_link'><a href="AddressSuitableForLocalDelivery.html" title="CzechPostB2bClient::ResponseCodes::AddressSuitableForLocalDelivery (class)">AddressSuitableForLocalDelivery</a></span>, <span class='object_link'><a href="AddressValidOnlyForNaPostu.html" title="CzechPostB2bClient::ResponseCodes::AddressValidOnlyForNaPostu (class)">AddressValidOnlyForNaPostu</a></span>, <span class='object_link'><a href="AddressValidOnlyForNaPostuDuplicate.html" title="CzechPostB2bClient::ResponseCodes::AddressValidOnlyForNaPostuDuplicate (class)">AddressValidOnlyForNaPostuDuplicate</a></span>, <span class='object_link'><a href="AddresseeCityRequired.html" title="CzechPostB2bClient::ResponseCodes::AddresseeCityRequired (class)">AddresseeCityRequired</a></span>, <span class='object_link'><a href="AlreadyAssignedOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::AlreadyAssignedOrderNumber (class)">AlreadyAssignedOrderNumber</a></span>, <span class='object_link'><a href="BadAddressee.html" title="CzechPostB2bClient::ResponseCodes::BadAddressee (class)">BadAddressee</a></span>, <span class='object_link'><a href="BadCODAmount.html" title="CzechPostB2bClient::ResponseCodes::BadCODAmount (class)">BadCODAmount</a></span>, <span class='object_link'><a href="BadFormatReturnNumberDays.html" title="CzechPostB2bClient::ResponseCodes::BadFormatReturnNumberDays (class)">BadFormatReturnNumberDays</a></span>, <span class='object_link'><a href="BadHeight.html" title="CzechPostB2bClient::ResponseCodes::BadHeight (class)">BadHeight</a></span>, <span class='object_link'><a href="BadLength.html" title="CzechPostB2bClient::ResponseCodes::BadLength (class)">BadLength</a></span>, <span class='object_link'><a href="BadPrefix.html" title="CzechPostB2bClient::ResponseCodes::BadPrefix (class)">BadPrefix</a></span>, <span class='object_link'><a href="BadPrefixForAddress.html" title="CzechPostB2bClient::ResponseCodes::BadPrefixForAddress (class)">BadPrefixForAddress</a></span>, <span class='object_link'><a href="BadPrice.html" title="CzechPostB2bClient::ResponseCodes::BadPrice (class)">BadPrice</a></span>, <span class='object_link'><a href="BadVariableSymbol.html" title="CzechPostB2bClient::ResponseCodes::BadVariableSymbol (class)">BadVariableSymbol</a></span>, <span class='object_link'><a href="BadWeight.html" title="CzechPostB2bClient::ResponseCodes::BadWeight (class)">BadWeight</a></span>, <span class='object_link'><a href="BadWidth.html" title="CzechPostB2bClient::ResponseCodes::BadWidth (class)">BadWidth</a></span>, <span class='object_link'><a href="BatchClosed.html" title="CzechPostB2bClient::ResponseCodes::BatchClosed (class)">BatchClosed</a></span>, <span class='object_link'><a href="BatchInvalid.html" title="CzechPostB2bClient::ResponseCodes::BatchInvalid (class)">BatchInvalid</a></span>, <span class='object_link'><a href="BatchUnfinished.html" title="CzechPostB2bClient::ResponseCodes::BatchUnfinished (class)">BatchUnfinished</a></span>, <span class='object_link'><a href="CODAmountOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::CODAmountOutOfRange (class)">CODAmountOutOfRange</a></span>, <span class='object_link'><a href="CODAmountTooBig.html" title="CzechPostB2bClient::ResponseCodes::CODAmountTooBig (class)">CODAmountTooBig</a></span>, <span class='object_link'><a href="CanceledOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::CanceledOrderNumber (class)">CanceledOrderNumber</a></span>, <span class='object_link'><a href="CustomGoodQuantityOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::CustomGoodQuantityOutOfRange (class)">CustomGoodQuantityOutOfRange</a></span>, <span class='object_link'><a href="CustomerIDNotInAccordanceWithParcelCode.html" title="CzechPostB2bClient::ResponseCodes::CustomerIDNotInAccordanceWithParcelCode (class)">CustomerIDNotInAccordanceWithParcelCode</a></span>, <span class='object_link'><a href="DensityOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::DensityOutOfRange (class)">DensityOutOfRange</a></span>, <span class='object_link'><a href="DuplicateDuplicateParcelCode.html" title="CzechPostB2bClient::ResponseCodes::DuplicateDuplicateParcelCode (class)">DuplicateDuplicateParcelCode</a></span>, <span class='object_link'><a href="DuplicateParcel.html" title="CzechPostB2bClient::ResponseCodes::DuplicateParcel (class)">DuplicateParcel</a></span>, <span class='object_link'><a href="DuplicateParcelCode.html" title="CzechPostB2bClient::ResponseCodes::DuplicateParcelCode (class)">DuplicateParcelCode</a></span>, <span class='object_link'><a href="DuplicitParcelCode.html" title="CzechPostB2bClient::ResponseCodes::DuplicitParcelCode (class)">DuplicitParcelCode</a></span>, <span class='object_link'><a href="FullSequence.html" title="CzechPostB2bClient::ResponseCodes::FullSequence (class)">FullSequence</a></span>, <span class='object_link'><a href="FullSequenceDuplicate.html" title="CzechPostB2bClient::ResponseCodes::FullSequenceDuplicate (class)">FullSequenceDuplicate</a></span>, <span class='object_link'><a href="IllegalCombinationOfServices.html" title="CzechPostB2bClient::ResponseCodes::IllegalCombinationOfServices (class)">IllegalCombinationOfServices</a></span>, <span class='object_link'><a href="InfoAddRequiredService75.html" title="CzechPostB2bClient::ResponseCodes::InfoAddRequiredService75 (class)">InfoAddRequiredService75</a></span>, <span class='object_link'><a href="InfoAddService1A.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService1A (class)">InfoAddService1A</a></span>, <span class='object_link'><a href="InfoAddService1B.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService1B (class)">InfoAddService1B</a></span>, <span class='object_link'><a href="InfoAddService1D.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService1D (class)">InfoAddService1D</a></span>, <span class='object_link'><a href="InfoAddService9.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService9 (class)">InfoAddService9</a></span>, <span class='object_link'><a href="InfoAddressWasModified.html" title="CzechPostB2bClient::ResponseCodes::InfoAddressWasModified (class)">InfoAddressWasModified</a></span>, <span class='object_link'><a href="InfoAddresseeToLong.html" title="CzechPostB2bClient::ResponseCodes::InfoAddresseeToLong (class)">InfoAddresseeToLong</a></span>, <span class='object_link'><a href="InfoCancelCustCardNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelCustCardNumber (class)">InfoCancelCustCardNumber</a></span>, <span class='object_link'><a href="InfoCancelCustCardNumberAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelCustCardNumberAddresseeDocument (class)">InfoCancelCustCardNumberAddresseeDocument</a></span>, <span class='object_link'><a href="InfoCancelHeight.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelHeight (class)">InfoCancelHeight</a></span>, <span class='object_link'><a href="InfoCancelLength.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelLength (class)">InfoCancelLength</a></span>, <span class='object_link'><a href="InfoCancelMobilePhoneOrEmailAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelMobilePhoneOrEmailAddresseeDocument (class)">InfoCancelMobilePhoneOrEmailAddresseeDocument</a></span>, <span class='object_link'><a href="InfoCancelPalettsNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelPalettsNumber (class)">InfoCancelPalettsNumber</a></span>, <span class='object_link'><a href="InfoCancelPersonalIdentificationNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelPersonalIdentificationNumber (class)">InfoCancelPersonalIdentificationNumber</a></span>, <span class='object_link'><a href="InfoCancelService1AB.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AB (class)">InfoCancelService1AB</a></span>, <span class='object_link'><a href="InfoCancelService1ABForService40.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1ABForService40 (class)">InfoCancelService1ABForService40</a></span>, <span class='object_link'><a href="InfoCancelService1AForPostCode.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AForPostCode (class)">InfoCancelService1AForPostCode</a></span>, <span class='object_link'><a href="InfoCancelService1AForService40.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AForService40 (class)">InfoCancelService1AForService40</a></span>, <span class='object_link'><a href="InfoCancelService1AWith1B.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AWith1B (class)">InfoCancelService1AWith1B</a></span>, <span class='object_link'><a href="InfoCancelService1B.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1B (class)">InfoCancelService1B</a></span>, <span class='object_link'><a href="InfoCancelService1BAddService1A.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1BAddService1A (class)">InfoCancelService1BAddService1A</a></span>, <span class='object_link'><a href="InfoCancelService1BForPostCode.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1BForPostCode (class)">InfoCancelService1BForPostCode</a></span>, <span class='object_link'><a href="InfoCancelService1BWith1A.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1BWith1A (class)">InfoCancelService1BWith1A</a></span>, <span class='object_link'><a href="InfoCancelService1D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1D (class)">InfoCancelService1D</a></span>, <span class='object_link'><a href="InfoCancelService1E.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1E (class)">InfoCancelService1E</a></span>, <span class='object_link'><a href="InfoCancelService1V.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1V (class)">InfoCancelService1V</a></span>, <span class='object_link'><a href="InfoCancelService25.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService25 (class)">InfoCancelService25</a></span>, <span class='object_link'><a href="InfoCancelService27.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService27 (class)">InfoCancelService27</a></span>, <span class='object_link'><a href="InfoCancelService29.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService29 (class)">InfoCancelService29</a></span>, <span class='object_link'><a href="InfoCancelService30.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService30 (class)">InfoCancelService30</a></span>, <span class='object_link'><a href="InfoCancelService31.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService31 (class)">InfoCancelService31</a></span>, <span class='object_link'><a href="InfoCancelService34.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService34 (class)">InfoCancelService34</a></span>, <span class='object_link'><a href="InfoCancelService34InvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService34InvalidPhoneNumber (class)">InfoCancelService34InvalidPhoneNumber</a></span>, <span class='object_link'><a href="InfoCancelService45.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService45 (class)">InfoCancelService45</a></span>, <span class='object_link'><a href="InfoCancelService45InvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService45InvalidPhoneNumber (class)">InfoCancelService45InvalidPhoneNumber</a></span>, <span class='object_link'><a href="InfoCancelService46.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService46 (class)">InfoCancelService46</a></span>, <span class='object_link'><a href="InfoCancelService47.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService47 (class)">InfoCancelService47</a></span>, <span class='object_link'><a href="InfoCancelService5B.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5B (class)">InfoCancelService5B</a></span>, <span class='object_link'><a href="InfoCancelService5BAnd5C.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5BAnd5C (class)">InfoCancelService5BAnd5C</a></span>, <span class='object_link'><a href="InfoCancelService5BAnd5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5BAnd5D (class)">InfoCancelService5BAnd5D</a></span>, <span class='object_link'><a href="InfoCancelService5C.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5C (class)">InfoCancelService5C</a></span>, <span class='object_link'><a href="InfoCancelService5CAnd5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5CAnd5D (class)">InfoCancelService5CAnd5D</a></span>, <span class='object_link'><a href="InfoCancelService5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5D (class)">InfoCancelService5D</a></span>, <span class='object_link'><a href="InfoCancelVSVoucher.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelVSVoucher (class)">InfoCancelVSVoucher</a></span>, <span class='object_link'><a href="InfoCancelWidth.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelWidth (class)">InfoCancelWidth</a></span>, <span class='object_link'><a href="InfoCityChanged.html" title="CzechPostB2bClient::ResponseCodes::InfoCityChanged (class)">InfoCityChanged</a></span>, <span class='object_link'><a href="InfoInexactAddress.html" title="CzechPostB2bClient::ResponseCodes::InfoInexactAddress (class)">InfoInexactAddress</a></span>, <span class='object_link'><a href="InfoInvalidAccount.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidAccount (class)">InfoInvalidAccount</a></span>, <span class='object_link'><a href="InfoInvalidBankCode.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidBankCode (class)">InfoInvalidBankCode</a></span>, <span class='object_link'><a href="InfoInvalidBirthDay.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidBirthDay (class)">InfoInvalidBirthDay</a></span>, <span class='object_link'><a href="InfoInvalidCODAmount.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidCODAmount (class)">InfoInvalidCODAmount</a></span>, <span class='object_link'><a href="InfoInvalidCategoryCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidCategoryCustomDecalaration (class)">InfoInvalidCategoryCustomDecalaration</a></span>, <span class='object_link'><a href="InfoInvalidEmail.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidEmail (class)">InfoInvalidEmail</a></span>, <span class='object_link'><a href="InfoInvalidMobilePhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidMobilePhoneNumber (class)">InfoInvalidMobilePhoneNumber</a></span>, <span class='object_link'><a href="InfoInvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidPhoneNumber (class)">InfoInvalidPhoneNumber</a></span>, <span class='object_link'><a href="InfoInvalidPrefixAccount.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidPrefixAccount (class)">InfoInvalidPrefixAccount</a></span>, <span class='object_link'><a href="InfoInvalidPrice.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidPrice (class)">InfoInvalidPrice</a></span>, <span class='object_link'><a href="InfoInvalidSpecificSymbol.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidSpecificSymbol (class)">InfoInvalidSpecificSymbol</a></span>, <span class='object_link'><a href="InfoInvalidTelephoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidTelephoneNumber (class)">InfoInvalidTelephoneNumber</a></span>, <span class='object_link'><a href="InfoInvalidWeight.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidWeight (class)">InfoInvalidWeight</a></span>, <span class='object_link'><a href="InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized.html" title="CzechPostB2bClient::ResponseCodes::InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized (class)">InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized</a></span>, <span class='object_link'><a href="InfoPriceIsNotNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoPriceIsNotNumber (class)">InfoPriceIsNotNumber</a></span>, <span class='object_link'><a href="InfoPriceIsTooBig.html" title="CzechPostB2bClient::ResponseCodes::InfoPriceIsTooBig (class)">InfoPriceIsTooBig</a></span>, <span class='object_link'><a href="InfoService29And47.html" title="CzechPostB2bClient::ResponseCodes::InfoService29And47 (class)">InfoService29And47</a></span>, <span class='object_link'><a href="InfoSpecialPackagingRequest.html" title="CzechPostB2bClient::ResponseCodes::InfoSpecialPackagingRequest (class)">InfoSpecialPackagingRequest</a></span>, <span class='object_link'><a href="InternalApplicationError.html" title="CzechPostB2bClient::ResponseCodes::InternalApplicationError (class)">InternalApplicationError</a></span>, <span class='object_link'><a href="InvalidAddressAddresseeDocumentForParcelType.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentForParcelType (class)">InvalidAddressAddresseeDocumentForParcelType</a></span>, <span class='object_link'><a href="InvalidAddressAddresseeDocumentObjectNotFound.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentObjectNotFound (class)">InvalidAddressAddresseeDocumentObjectNotFound</a></span>, <span class='object_link'><a href="InvalidAddressAddresseeDocumentWrongCity.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentWrongCity (class)">InvalidAddressAddresseeDocumentWrongCity</a></span>, <span class='object_link'><a href="InvalidAddressForBalikovna.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForBalikovna (class)">InvalidAddressForBalikovna</a></span>, <span class='object_link'><a href="InvalidAddressForBigPackage.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForBigPackage (class)">InvalidAddressForBigPackage</a></span>, <span class='object_link'><a href="InvalidAddressForCODAmountOver20000.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForCODAmountOver20000 (class)">InvalidAddressForCODAmountOver20000</a></span>, <span class='object_link'><a href="InvalidAddressForParcelType.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForParcelType (class)">InvalidAddressForParcelType</a></span>, <span class='object_link'><a href="InvalidAddressee.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressee (class)">InvalidAddressee</a></span>, <span class='object_link'><a href="InvalidAmount.html" title="CzechPostB2bClient::ResponseCodes::InvalidAmount (class)">InvalidAmount</a></span>, <span class='object_link'><a href="InvalidAmountCurrency.html" title="CzechPostB2bClient::ResponseCodes::InvalidAmountCurrency (class)">InvalidAmountCurrency</a></span>, <span class='object_link'><a href="InvalidAmountType.html" title="CzechPostB2bClient::ResponseCodes::InvalidAmountType (class)">InvalidAmountType</a></span>, <span class='object_link'><a href="InvalidCODAmount.html" title="CzechPostB2bClient::ResponseCodes::InvalidCODAmount (class)">InvalidCODAmount</a></span>, <span class='object_link'><a href="InvalidCODCurrency.html" title="CzechPostB2bClient::ResponseCodes::InvalidCODCurrency (class)">InvalidCODCurrency</a></span>, <span class='object_link'><a href="InvalidCODCurrencyAccordance.html" title="CzechPostB2bClient::ResponseCodes::InvalidCODCurrencyAccordance (class)">InvalidCODCurrencyAccordance</a></span>, <span class='object_link'><a href="InvalidCategoryCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::InvalidCategoryCustomDecalaration (class)">InvalidCategoryCustomDecalaration</a></span>, <span class='object_link'><a href="InvalidContentCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidContentCustomGood (class)">InvalidContentCustomGood</a></span>, <span class='object_link'><a href="InvalidCurrencyCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::InvalidCurrencyCustomDecalaration (class)">InvalidCurrencyCustomDecalaration</a></span>, <span class='object_link'><a href="InvalidCustomGoodNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidCustomGoodNumber (class)">InvalidCustomGoodNumber</a></span>, <span class='object_link'><a href="InvalidCustomerCardNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidCustomerCardNumber (class)">InvalidCustomerCardNumber</a></span>, <span class='object_link'><a href="InvalidCustomerId.html" title="CzechPostB2bClient::ResponseCodes::InvalidCustomerId (class)">InvalidCustomerId</a></span>, <span class='object_link'><a href="InvalidDensity.html" title="CzechPostB2bClient::ResponseCodes::InvalidDensity (class)">InvalidDensity</a></span>, <span class='object_link'><a href="InvalidEmail.html" title="CzechPostB2bClient::ResponseCodes::InvalidEmail (class)">InvalidEmail</a></span>, <span class='object_link'><a href="InvalidHeight.html" title="CzechPostB2bClient::ResponseCodes::InvalidHeight (class)">InvalidHeight</a></span>, <span class='object_link'><a href="InvalidHsCodeCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidHsCodeCustomGood (class)">InvalidHsCodeCustomGood</a></span>, <span class='object_link'><a href="InvalidIsoCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidIsoCustomGood (class)">InvalidIsoCustomGood</a></span>, <span class='object_link'><a href="InvalidIsoCustomGoodFormat.html" title="CzechPostB2bClient::ResponseCodes::InvalidIsoCustomGoodFormat (class)">InvalidIsoCustomGoodFormat</a></span>, <span class='object_link'><a href="InvalidLength.html" title="CzechPostB2bClient::ResponseCodes::InvalidLength (class)">InvalidLength</a></span>, <span class='object_link'><a href="InvalidLocation.html" title="CzechPostB2bClient::ResponseCodes::InvalidLocation (class)">InvalidLocation</a></span>, <span class='object_link'><a href="InvalidMRNCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidMRNCode (class)">InvalidMRNCode</a></span>, <span class='object_link'><a href="InvalidMRNCodeControl.html" title="CzechPostB2bClient::ResponseCodes::InvalidMRNCodeControl (class)">InvalidMRNCodeControl</a></span>, <span class='object_link'><a href="InvalidNumberClosure.html" title="CzechPostB2bClient::ResponseCodes::InvalidNumberClosure (class)">InvalidNumberClosure</a></span>, <span class='object_link'><a href="InvalidOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidOrderNumber (class)">InvalidOrderNumber</a></span>, <span class='object_link'><a href="InvalidParcelBarcode.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelBarcode (class)">InvalidParcelBarcode</a></span>, <span class='object_link'><a href="InvalidParcelBarcodeDuplicate.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelBarcodeDuplicate (class)">InvalidParcelBarcodeDuplicate</a></span>, <span class='object_link'><a href="InvalidParcelCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelCode (class)">InvalidParcelCode</a></span>, <span class='object_link'><a href="InvalidParcelCodeControl.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelCodeControl (class)">InvalidParcelCodeControl</a></span>, <span class='object_link'><a href="InvalidParcelResponseCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelResponseCode (class)">InvalidParcelResponseCode</a></span>, <span class='object_link'><a href="InvalidParcelTypeForID.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelTypeForID (class)">InvalidParcelTypeForID</a></span>, <span class='object_link'><a href="InvalidPartnerCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidPartnerCode (class)">InvalidPartnerCode</a></span>, <span class='object_link'><a href="InvalidPayday.html" title="CzechPostB2bClient::ResponseCodes::InvalidPayday (class)">InvalidPayday</a></span>, <span class='object_link'><a href="InvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidPhoneNumber (class)">InvalidPhoneNumber</a></span>, <span class='object_link'><a href="InvalidPostCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidPostCode (class)">InvalidPostCode</a></span>, <span class='object_link'><a href="InvalidPrefixAccordance.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrefixAccordance (class)">InvalidPrefixAccordance</a></span>, <span class='object_link'><a href="InvalidPrefixCombination.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrefixCombination (class)">InvalidPrefixCombination</a></span>, <span class='object_link'><a href="InvalidPrefixForDimensionsAndFragile.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrefixForDimensionsAndFragile (class)">InvalidPrefixForDimensionsAndFragile</a></span>, <span class='object_link'><a href="InvalidPrice.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrice (class)">InvalidPrice</a></span>, <span class='object_link'><a href="InvalidPriceCurrency.html" title="CzechPostB2bClient::ResponseCodes::InvalidPriceCurrency (class)">InvalidPriceCurrency</a></span>, <span class='object_link'><a href="InvalidPriceCurrencyAccordance.html" title="CzechPostB2bClient::ResponseCodes::InvalidPriceCurrencyAccordance (class)">InvalidPriceCurrencyAccordance</a></span>, <span class='object_link'><a href="InvalidPriceCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidPriceCustomGood (class)">InvalidPriceCustomGood</a></span>, <span class='object_link'><a href="InvalidQuantityCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidQuantityCustomGood (class)">InvalidQuantityCustomGood</a></span>, <span class='object_link'><a href="InvalidResponsibleConsignmentNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidResponsibleConsignmentNumber (class)">InvalidResponsibleConsignmentNumber</a></span>, <span class='object_link'><a href="InvalidReturnNumberDays.html" title="CzechPostB2bClient::ResponseCodes::InvalidReturnNumberDays (class)">InvalidReturnNumberDays</a></span>, <span class='object_link'><a href="InvalidService18.html" title="CzechPostB2bClient::ResponseCodes::InvalidService18 (class)">InvalidService18</a></span>, <span class='object_link'><a href="InvalidService19.html" title="CzechPostB2bClient::ResponseCodes::InvalidService19 (class)">InvalidService19</a></span>, <span class='object_link'><a href="InvalidServiceCombination.html" title="CzechPostB2bClient::ResponseCodes::InvalidServiceCombination (class)">InvalidServiceCombination</a></span>, <span class='object_link'><a href="InvalidServicesForDimensions.html" title="CzechPostB2bClient::ResponseCodes::InvalidServicesForDimensions (class)">InvalidServicesForDimensions</a></span>, <span class='object_link'><a href="InvalidSignNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidSignNumber (class)">InvalidSignNumber</a></span>, <span class='object_link'><a href="InvalidSubisoCountry.html" title="CzechPostB2bClient::ResponseCodes::InvalidSubisoCountry (class)">InvalidSubisoCountry</a></span>, <span class='object_link'><a href="InvalidTareWeight.html" title="CzechPostB2bClient::ResponseCodes::InvalidTareWeight (class)">InvalidTareWeight</a></span>, <span class='object_link'><a href="InvalidTiming.html" title="CzechPostB2bClient::ResponseCodes::InvalidTiming (class)">InvalidTiming</a></span>, <span class='object_link'><a href="InvalidTransmissionDate.html" title="CzechPostB2bClient::ResponseCodes::InvalidTransmissionDate (class)">InvalidTransmissionDate</a></span>, <span class='object_link'><a href="InvalidTypePrefix.html" title="CzechPostB2bClient::ResponseCodes::InvalidTypePrefix (class)">InvalidTypePrefix</a></span>, <span class='object_link'><a href="InvalidUseOfService36.html" title="CzechPostB2bClient::ResponseCodes::InvalidUseOfService36 (class)">InvalidUseOfService36</a></span>, <span class='object_link'><a href="InvalidUseOfService37.html" title="CzechPostB2bClient::ResponseCodes::InvalidUseOfService37 (class)">InvalidUseOfService37</a></span>, <span class='object_link'><a href="InvalidUseOfService38.html" title="CzechPostB2bClient::ResponseCodes::InvalidUseOfService38 (class)">InvalidUseOfService38</a></span>, <span class='object_link'><a href="InvalidWeight.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeight (class)">InvalidWeight</a></span>, <span class='object_link'><a href="InvalidWeightCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeightCustomGood (class)">InvalidWeightCustomGood</a></span>, <span class='object_link'><a href="InvalidWeightCustomGoodSummary.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeightCustomGoodSummary (class)">InvalidWeightCustomGoodSummary</a></span>, <span class='object_link'><a href="InvalidWeightForService11.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeightForService11 (class)">InvalidWeightForService11</a></span>, <span class='object_link'><a href="InvalidWidth.html" title="CzechPostB2bClient::ResponseCodes::InvalidWidth (class)">InvalidWidth</a></span>, <span class='object_link'><a href="InvalidZPROOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidZPROOrderNumber (class)">InvalidZPROOrderNumber</a></span>, <span class='object_link'><a href="InvalidZPROOrderNumberFormat.html" title="CzechPostB2bClient::ResponseCodes::InvalidZPROOrderNumberFormat (class)">InvalidZPROOrderNumberFormat</a></span>, <span class='object_link'><a href="InvalidostCodeOrCity.html" title="CzechPostB2bClient::ResponseCodes::InvalidostCodeOrCity (class)">InvalidostCodeOrCity</a></span>, <span class='object_link'><a href="MIssingParcelCode.html" title="CzechPostB2bClient::ResponseCodes::MIssingParcelCode (class)">MIssingParcelCode</a></span>, <span class='object_link'><a href="MissingAddressee.html" title="CzechPostB2bClient::ResponseCodes::MissingAddressee (class)">MissingAddressee</a></span>, <span class='object_link'><a href="MissingAddresseeCity.html" title="CzechPostB2bClient::ResponseCodes::MissingAddresseeCity (class)">MissingAddresseeCity</a></span>, <span class='object_link'><a href="MissingAddresseeStreet.html" title="CzechPostB2bClient::ResponseCodes::MissingAddresseeStreet (class)">MissingAddresseeStreet</a></span>, <span class='object_link'><a href="MissingAddresseeZipCode.html" title="CzechPostB2bClient::ResponseCodes::MissingAddresseeZipCode (class)">MissingAddresseeZipCode</a></span>, <span class='object_link'><a href="MissingCODAmount.html" title="CzechPostB2bClient::ResponseCodes::MissingCODAmount (class)">MissingCODAmount</a></span>, <span class='object_link'><a href="MissingCODAmountType.html" title="CzechPostB2bClient::ResponseCodes::MissingCODAmountType (class)">MissingCODAmountType</a></span>, <span class='object_link'><a href="MissingCategoryCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::MissingCategoryCustomDecalaration (class)">MissingCategoryCustomDecalaration</a></span>, <span class='object_link'><a href="MissingCompanyName.html" title="CzechPostB2bClient::ResponseCodes::MissingCompanyName (class)">MissingCompanyName</a></span>, <span class='object_link'><a href="MissingContentCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingContentCustomGood (class)">MissingContentCustomGood</a></span>, <span class='object_link'><a href="MissingCurrencyCustomDeclaration.html" title="CzechPostB2bClient::ResponseCodes::MissingCurrencyCustomDeclaration (class)">MissingCurrencyCustomDeclaration</a></span>, <span class='object_link'><a href="MissingHandlingInstructions.html" title="CzechPostB2bClient::ResponseCodes::MissingHandlingInstructions (class)">MissingHandlingInstructions</a></span>, <span class='object_link'><a href="MissingHeight.html" title="CzechPostB2bClient::ResponseCodes::MissingHeight (class)">MissingHeight</a></span>, <span class='object_link'><a href="MissingHsCodeCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingHsCodeCustomGood (class)">MissingHsCodeCustomGood</a></span>, <span class='object_link'><a href="MissingIsoCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingIsoCustomGood (class)">MissingIsoCustomGood</a></span>, <span class='object_link'><a href="MissingLength.html" title="CzechPostB2bClient::ResponseCodes::MissingLength (class)">MissingLength</a></span>, <span class='object_link'><a href="MissingPalettsNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingPalettsNumber (class)">MissingPalettsNumber</a></span>, <span class='object_link'><a href="MissingParcelCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingParcelCustomGood (class)">MissingParcelCustomGood</a></span>, <span class='object_link'><a href="MissingParcelCustomGoods.html" title="CzechPostB2bClient::ResponseCodes::MissingParcelCustomGoods (class)">MissingParcelCustomGoods</a></span>, <span class='object_link'><a href="MissingPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingPhoneNumber (class)">MissingPhoneNumber</a></span>, <span class='object_link'><a href="MissingPrefix.html" title="CzechPostB2bClient::ResponseCodes::MissingPrefix (class)">MissingPrefix</a></span>, <span class='object_link'><a href="MissingPrice.html" title="CzechPostB2bClient::ResponseCodes::MissingPrice (class)">MissingPrice</a></span>, <span class='object_link'><a href="MissingPriceCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingPriceCustomGood (class)">MissingPriceCustomGood</a></span>, <span class='object_link'><a href="MissingQuantityCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingQuantityCustomGood (class)">MissingQuantityCustomGood</a></span>, <span class='object_link'><a href="MissingRequiredAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeDocument (class)">MissingRequiredAddresseeDocument</a></span>, <span class='object_link'><a href="MissingRequiredAddresseeDocumentDuplicate.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeDocumentDuplicate (class)">MissingRequiredAddresseeDocumentDuplicate</a></span>, <span class='object_link'><a href="MissingRequiredAddresseeEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeEmail (class)">MissingRequiredAddresseeEmail</a></span>, <span class='object_link'><a href="MissingRequiredEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredEmail (class)">MissingRequiredEmail</a></span>, <span class='object_link'><a href="MissingRequiredFirstNameAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredFirstNameAddresseeDocument (class)">MissingRequiredFirstNameAddresseeDocument</a></span>, <span class='object_link'><a href="MissingRequiredMRNCode.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredMRNCode (class)">MissingRequiredMRNCode</a></span>, <span class='object_link'><a href="MissingRequiredMobileNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredMobileNumber (class)">MissingRequiredMobileNumber</a></span>, <span class='object_link'><a href="MissingRequiredMobileNumberOrEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredMobileNumberOrEmail (class)">MissingRequiredMobileNumberOrEmail</a></span>, <span class='object_link'><a href="MissingRequiredParcelCode.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredParcelCode (class)">MissingRequiredParcelCode</a></span>, <span class='object_link'><a href="MissingRequiredPayday.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPayday (class)">MissingRequiredPayday</a></span>, <span class='object_link'><a href="MissingRequiredPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumber (class)">MissingRequiredPhoneNumber</a></span>, <span class='object_link'><a href="MissingRequiredPhoneNumberOrEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumberOrEmail (class)">MissingRequiredPhoneNumberOrEmail</a></span>, <span class='object_link'><a href="MissingRequiredPhoneNumberOrWhat.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumberOrWhat (class)">MissingRequiredPhoneNumberOrWhat</a></span>, <span class='object_link'><a href="MissingRequiredPrice.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPrice (class)">MissingRequiredPrice</a></span>, <span class='object_link'><a href="MissingRequiredService.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService (class)">MissingRequiredService</a></span>, <span class='object_link'><a href="MissingRequiredService10.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService10 (class)">MissingRequiredService10</a></span>, <span class='object_link'><a href="MissingRequiredService1AB.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService1AB (class)">MissingRequiredService1AB</a></span>, <span class='object_link'><a href="MissingRequiredService1X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService1X (class)">MissingRequiredService1X</a></span>, <span class='object_link'><a href="MissingRequiredService2X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService2X (class)">MissingRequiredService2X</a></span>, <span class='object_link'><a href="MissingRequiredService3X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService3X (class)">MissingRequiredService3X</a></span>, <span class='object_link'><a href="MissingRequiredService3XTrinity.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService3XTrinity (class)">MissingRequiredService3XTrinity</a></span>, <span class='object_link'><a href="MissingRequiredService4.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService4 (class)">MissingRequiredService4</a></span>, <span class='object_link'><a href="MissingRequiredService4X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService4X (class)">MissingRequiredService4X</a></span>, <span class='object_link'><a href="MissingRequiredService4x.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService4x (class)">MissingRequiredService4x</a></span>, <span class='object_link'><a href="MissingRequiredVoucherPrice.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredVoucherPrice (class)">MissingRequiredVoucherPrice</a></span>, <span class='object_link'><a href="MissingRequiredZPROOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredZPROOrderNumber (class)">MissingRequiredZPROOrderNumber</a></span>, <span class='object_link'><a href="MissingReturnInstructions.html" title="CzechPostB2bClient::ResponseCodes::MissingReturnInstructions (class)">MissingReturnInstructions</a></span>, <span class='object_link'><a href="MissingReturnNumberDays.html" title="CzechPostB2bClient::ResponseCodes::MissingReturnNumberDays (class)">MissingReturnNumberDays</a></span>, <span class='object_link'><a href="MissingSenderEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingSenderEmail (class)">MissingSenderEmail</a></span>, <span class='object_link'><a href="MissingSizeCategory.html" title="CzechPostB2bClient::ResponseCodes::MissingSizeCategory (class)">MissingSizeCategory</a></span>, <span class='object_link'><a href="MissingSurname.html" title="CzechPostB2bClient::ResponseCodes::MissingSurname (class)">MissingSurname</a></span>, <span class='object_link'><a href="MissingVariableSymbol.html" title="CzechPostB2bClient::ResponseCodes::MissingVariableSymbol (class)">MissingVariableSymbol</a></span>, <span class='object_link'><a href="MissingVariableSymbolDuplicate.html" title="CzechPostB2bClient::ResponseCodes::MissingVariableSymbolDuplicate (class)">MissingVariableSymbolDuplicate</a></span>, <span class='object_link'><a href="MissingWeightCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingWeightCustomGood (class)">MissingWeightCustomGood</a></span>, <span class='object_link'><a href="MissingWidth.html" title="CzechPostB2bClient::ResponseCodes::MissingWidth (class)">MissingWidth</a></span>, <span class='object_link'><a href="NfoCancelService9.html" title="CzechPostB2bClient::ResponseCodes::NfoCancelService9 (class)">NfoCancelService9</a></span>, <span class='object_link'><a href="NoContractService41.html" title="CzechPostB2bClient::ResponseCodes::NoContractService41 (class)">NoContractService41</a></span>, <span class='object_link'><a href="NoContractServiceReturnReceipt.html" title="CzechPostB2bClient::ResponseCodes::NoContractServiceReturnReceipt (class)">NoContractServiceReturnReceipt</a></span>, <span class='object_link'><a href="NotExistingOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::NotExistingOrderNumber (class)">NotExistingOrderNumber</a></span>, <span class='object_link'><a href="Ok.html" title="CzechPostB2bClient::ResponseCodes::Ok (class)">Ok</a></span>, <span class='object_link'><a href="OverenoVecerniDorucovani.html" title="CzechPostB2bClient::ResponseCodes::OverenoVecerniDorucovani (class)">OverenoVecerniDorucovani</a></span>, <span class='object_link'><a href="PalettsNumberOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::PalettsNumberOutOfRange (class)">PalettsNumberOutOfRange</a></span>, <span class='object_link'><a href="ParcelCodeNotAllowed.html" title="CzechPostB2bClient::ResponseCodes::ParcelCodeNotAllowed (class)">ParcelCodeNotAllowed</a></span>, <span class='object_link'><a href="ParcelCodeNotInAssignedRange.html" title="CzechPostB2bClient::ResponseCodes::ParcelCodeNotInAssignedRange (class)">ParcelCodeNotInAssignedRange</a></span>, <span class='object_link'><a href="ParcelDoesNotMeetTheRequirementsForm.html" title="CzechPostB2bClient::ResponseCodes::ParcelDoesNotMeetTheRequirementsForm (class)">ParcelDoesNotMeetTheRequirementsForm</a></span>, <span class='object_link'><a href="PriceAndCODAmountTooBig.html" title="CzechPostB2bClient::ResponseCodes::PriceAndCODAmountTooBig (class)">PriceAndCODAmountTooBig</a></span>, <span class='object_link'><a href="PriceOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::PriceOutOfRange (class)">PriceOutOfRange</a></span>, <span class='object_link'><a href="PriceTooBig.html" title="CzechPostB2bClient::ResponseCodes::PriceTooBig (class)">PriceTooBig</a></span>, <span class='object_link'><a href="PriceTooLow.html" title="CzechPostB2bClient::ResponseCodes::PriceTooLow (class)">PriceTooLow</a></span>, <span class='object_link'><a href="ResponsibleConsignmentNumberCannotBeImported.html" title="CzechPostB2bClient::ResponseCodes::ResponsibleConsignmentNumberCannotBeImported (class)">ResponsibleConsignmentNumberCannotBeImported</a></span>, <span class='object_link'><a href="ResponsibleConsignmentNumberOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::ResponsibleConsignmentNumberOutOfRange (class)">ResponsibleConsignmentNumberOutOfRange</a></span>, <span class='object_link'><a href="ServicesCombinationNotAllowed.html" title="CzechPostB2bClient::ResponseCodes::ServicesCombinationNotAllowed (class)">ServicesCombinationNotAllowed</a></span>, <span class='object_link'><a href="TransmissionAlreadyClosed.html" title="CzechPostB2bClient::ResponseCodes::TransmissionAlreadyClosed (class)">TransmissionAlreadyClosed</a></span>, <span class='object_link'><a href="TransmissionNotExists.html" title="CzechPostB2bClient::ResponseCodes::TransmissionNotExists (class)">TransmissionNotExists</a></span>, <span class='object_link'><a href="TransmissionOpened.html" title="CzechPostB2bClient::ResponseCodes::TransmissionOpened (class)">TransmissionOpened</a></span>, <span class='object_link'><a href="TransmissionUnfinished.html" title="CzechPostB2bClient::ResponseCodes::TransmissionUnfinished (class)">TransmissionUnfinished</a></span>, <span class='object_link'><a href="UnauthorizedAccess.html" title="CzechPostB2bClient::ResponseCodes::UnauthorizedAccess (class)">UnauthorizedAccess</a></span>, <span class='object_link'><a href="UnknownAddresseeCity.html" title="CzechPostB2bClient::ResponseCodes::UnknownAddresseeCity (class)">UnknownAddresseeCity</a></span>, <span class='object_link'><a href="UnknownAddresseePostCode.html" title="CzechPostB2bClient::ResponseCodes::UnknownAddresseePostCode (class)">UnknownAddresseePostCode</a></span>, <span class='object_link'><a href="UnknownPrefix.html" title="CzechPostB2bClient::ResponseCodes::UnknownPrefix (class)">UnknownPrefix</a></span>, <span class='object_link'><a href="VariableSymbolIsNotNumber.html" title="CzechPostB2bClient::ResponseCodes::VariableSymbolIsNotNumber (class)">VariableSymbolIsNotNumber</a></span>, <span class='object_link'><a href="WeightCustomGoodOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::WeightCustomGoodOutOfRange (class)">WeightCustomGoodOutOfRange</a></span>, <span class='object_link'><a href="WeightIsOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::WeightIsOutOfRange (class)">WeightIsOutOfRange</a></span>, <span class='object_link'><a href="WeightIsOutOfRangeDuplicate.html" title="CzechPostB2bClient::ResponseCodes::WeightIsOutOfRangeDuplicate (class)">WeightIsOutOfRangeDuplicate</a></span></p>
104
+ <p class="children"><span class='object_link'><a href="AddressAllowedForBalikovnaOnly.html" title="CzechPostB2bClient::ResponseCodes::AddressAllowedForBalikovnaOnly (class)">AddressAllowedForBalikovnaOnly</a></span>, <span class='object_link'><a href="AddressIsNotValidForSubject.html" title="CzechPostB2bClient::ResponseCodes::AddressIsNotValidForSubject (class)">AddressIsNotValidForSubject</a></span>, <span class='object_link'><a href="AddressNeedsPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::AddressNeedsPhoneNumber (class)">AddressNeedsPhoneNumber</a></span>, <span class='object_link'><a href="AddressSuitableForLocalDelivery.html" title="CzechPostB2bClient::ResponseCodes::AddressSuitableForLocalDelivery (class)">AddressSuitableForLocalDelivery</a></span>, <span class='object_link'><a href="AddressValidOnlyForNaPostu.html" title="CzechPostB2bClient::ResponseCodes::AddressValidOnlyForNaPostu (class)">AddressValidOnlyForNaPostu</a></span>, <span class='object_link'><a href="AddressValidOnlyForNaPostuDuplicate.html" title="CzechPostB2bClient::ResponseCodes::AddressValidOnlyForNaPostuDuplicate (class)">AddressValidOnlyForNaPostuDuplicate</a></span>, <span class='object_link'><a href="AddresseeCityRequired.html" title="CzechPostB2bClient::ResponseCodes::AddresseeCityRequired (class)">AddresseeCityRequired</a></span>, <span class='object_link'><a href="AlreadyAssignedOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::AlreadyAssignedOrderNumber (class)">AlreadyAssignedOrderNumber</a></span>, <span class='object_link'><a href="BadAddressee.html" title="CzechPostB2bClient::ResponseCodes::BadAddressee (class)">BadAddressee</a></span>, <span class='object_link'><a href="BadCODAmount.html" title="CzechPostB2bClient::ResponseCodes::BadCODAmount (class)">BadCODAmount</a></span>, <span class='object_link'><a href="BadFormatReturnNumberDays.html" title="CzechPostB2bClient::ResponseCodes::BadFormatReturnNumberDays (class)">BadFormatReturnNumberDays</a></span>, <span class='object_link'><a href="BadHeight.html" title="CzechPostB2bClient::ResponseCodes::BadHeight (class)">BadHeight</a></span>, <span class='object_link'><a href="BadLength.html" title="CzechPostB2bClient::ResponseCodes::BadLength (class)">BadLength</a></span>, <span class='object_link'><a href="BadPrefix.html" title="CzechPostB2bClient::ResponseCodes::BadPrefix (class)">BadPrefix</a></span>, <span class='object_link'><a href="BadPrefixForAddress.html" title="CzechPostB2bClient::ResponseCodes::BadPrefixForAddress (class)">BadPrefixForAddress</a></span>, <span class='object_link'><a href="BadPrice.html" title="CzechPostB2bClient::ResponseCodes::BadPrice (class)">BadPrice</a></span>, <span class='object_link'><a href="BadVariableSymbol.html" title="CzechPostB2bClient::ResponseCodes::BadVariableSymbol (class)">BadVariableSymbol</a></span>, <span class='object_link'><a href="BadWeight.html" title="CzechPostB2bClient::ResponseCodes::BadWeight (class)">BadWeight</a></span>, <span class='object_link'><a href="BadWidth.html" title="CzechPostB2bClient::ResponseCodes::BadWidth (class)">BadWidth</a></span>, <span class='object_link'><a href="BatchClosed.html" title="CzechPostB2bClient::ResponseCodes::BatchClosed (class)">BatchClosed</a></span>, <span class='object_link'><a href="BatchInvalid.html" title="CzechPostB2bClient::ResponseCodes::BatchInvalid (class)">BatchInvalid</a></span>, <span class='object_link'><a href="BatchUnfinished.html" title="CzechPostB2bClient::ResponseCodes::BatchUnfinished (class)">BatchUnfinished</a></span>, <span class='object_link'><a href="CODAmountOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::CODAmountOutOfRange (class)">CODAmountOutOfRange</a></span>, <span class='object_link'><a href="CODAmountTooBig.html" title="CzechPostB2bClient::ResponseCodes::CODAmountTooBig (class)">CODAmountTooBig</a></span>, <span class='object_link'><a href="CanceledOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::CanceledOrderNumber (class)">CanceledOrderNumber</a></span>, <span class='object_link'><a href="CustomGoodQuantityOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::CustomGoodQuantityOutOfRange (class)">CustomGoodQuantityOutOfRange</a></span>, <span class='object_link'><a href="CustomerIDNotInAccordanceWithParcelCode.html" title="CzechPostB2bClient::ResponseCodes::CustomerIDNotInAccordanceWithParcelCode (class)">CustomerIDNotInAccordanceWithParcelCode</a></span>, <span class='object_link'><a href="DensityOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::DensityOutOfRange (class)">DensityOutOfRange</a></span>, <span class='object_link'><a href="DuplicateDuplicateParcelCode.html" title="CzechPostB2bClient::ResponseCodes::DuplicateDuplicateParcelCode (class)">DuplicateDuplicateParcelCode</a></span>, <span class='object_link'><a href="DuplicateParcel.html" title="CzechPostB2bClient::ResponseCodes::DuplicateParcel (class)">DuplicateParcel</a></span>, <span class='object_link'><a href="DuplicateParcelCode.html" title="CzechPostB2bClient::ResponseCodes::DuplicateParcelCode (class)">DuplicateParcelCode</a></span>, <span class='object_link'><a href="DuplicitParcelCode.html" title="CzechPostB2bClient::ResponseCodes::DuplicitParcelCode (class)">DuplicitParcelCode</a></span>, <span class='object_link'><a href="FullSequence.html" title="CzechPostB2bClient::ResponseCodes::FullSequence (class)">FullSequence</a></span>, <span class='object_link'><a href="FullSequenceDuplicate.html" title="CzechPostB2bClient::ResponseCodes::FullSequenceDuplicate (class)">FullSequenceDuplicate</a></span>, <span class='object_link'><a href="IllegalCombinationOfServices.html" title="CzechPostB2bClient::ResponseCodes::IllegalCombinationOfServices (class)">IllegalCombinationOfServices</a></span>, <span class='object_link'><a href="InfoAddRequiredService75.html" title="CzechPostB2bClient::ResponseCodes::InfoAddRequiredService75 (class)">InfoAddRequiredService75</a></span>, <span class='object_link'><a href="InfoAddService1A.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService1A (class)">InfoAddService1A</a></span>, <span class='object_link'><a href="InfoAddService1B.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService1B (class)">InfoAddService1B</a></span>, <span class='object_link'><a href="InfoAddService1D.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService1D (class)">InfoAddService1D</a></span>, <span class='object_link'><a href="InfoAddService9.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService9 (class)">InfoAddService9</a></span>, <span class='object_link'><a href="InfoAddressWasModified.html" title="CzechPostB2bClient::ResponseCodes::InfoAddressWasModified (class)">InfoAddressWasModified</a></span>, <span class='object_link'><a href="InfoAddresseeToLong.html" title="CzechPostB2bClient::ResponseCodes::InfoAddresseeToLong (class)">InfoAddresseeToLong</a></span>, <span class='object_link'><a href="InfoCancelCustCardNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelCustCardNumber (class)">InfoCancelCustCardNumber</a></span>, <span class='object_link'><a href="InfoCancelCustCardNumberAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelCustCardNumberAddresseeDocument (class)">InfoCancelCustCardNumberAddresseeDocument</a></span>, <span class='object_link'><a href="InfoCancelHeight.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelHeight (class)">InfoCancelHeight</a></span>, <span class='object_link'><a href="InfoCancelLength.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelLength (class)">InfoCancelLength</a></span>, <span class='object_link'><a href="InfoCancelMobilePhoneOrEmailAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelMobilePhoneOrEmailAddresseeDocument (class)">InfoCancelMobilePhoneOrEmailAddresseeDocument</a></span>, <span class='object_link'><a href="InfoCancelPalettsNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelPalettsNumber (class)">InfoCancelPalettsNumber</a></span>, <span class='object_link'><a href="InfoCancelPersonalIdentificationNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelPersonalIdentificationNumber (class)">InfoCancelPersonalIdentificationNumber</a></span>, <span class='object_link'><a href="InfoCancelService1AB.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AB (class)">InfoCancelService1AB</a></span>, <span class='object_link'><a href="InfoCancelService1ABForService40.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1ABForService40 (class)">InfoCancelService1ABForService40</a></span>, <span class='object_link'><a href="InfoCancelService1AForPostCode.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AForPostCode (class)">InfoCancelService1AForPostCode</a></span>, <span class='object_link'><a href="InfoCancelService1AForService40.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AForService40 (class)">InfoCancelService1AForService40</a></span>, <span class='object_link'><a href="InfoCancelService1AWith1B.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AWith1B (class)">InfoCancelService1AWith1B</a></span>, <span class='object_link'><a href="InfoCancelService1B.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1B (class)">InfoCancelService1B</a></span>, <span class='object_link'><a href="InfoCancelService1BAddService1A.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1BAddService1A (class)">InfoCancelService1BAddService1A</a></span>, <span class='object_link'><a href="InfoCancelService1BForPostCode.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1BForPostCode (class)">InfoCancelService1BForPostCode</a></span>, <span class='object_link'><a href="InfoCancelService1BWith1A.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1BWith1A (class)">InfoCancelService1BWith1A</a></span>, <span class='object_link'><a href="InfoCancelService1D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1D (class)">InfoCancelService1D</a></span>, <span class='object_link'><a href="InfoCancelService1E.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1E (class)">InfoCancelService1E</a></span>, <span class='object_link'><a href="InfoCancelService1V.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1V (class)">InfoCancelService1V</a></span>, <span class='object_link'><a href="InfoCancelService25.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService25 (class)">InfoCancelService25</a></span>, <span class='object_link'><a href="InfoCancelService27.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService27 (class)">InfoCancelService27</a></span>, <span class='object_link'><a href="InfoCancelService29.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService29 (class)">InfoCancelService29</a></span>, <span class='object_link'><a href="InfoCancelService30.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService30 (class)">InfoCancelService30</a></span>, <span class='object_link'><a href="InfoCancelService31.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService31 (class)">InfoCancelService31</a></span>, <span class='object_link'><a href="InfoCancelService34.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService34 (class)">InfoCancelService34</a></span>, <span class='object_link'><a href="InfoCancelService34InvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService34InvalidPhoneNumber (class)">InfoCancelService34InvalidPhoneNumber</a></span>, <span class='object_link'><a href="InfoCancelService45.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService45 (class)">InfoCancelService45</a></span>, <span class='object_link'><a href="InfoCancelService45InvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService45InvalidPhoneNumber (class)">InfoCancelService45InvalidPhoneNumber</a></span>, <span class='object_link'><a href="InfoCancelService46.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService46 (class)">InfoCancelService46</a></span>, <span class='object_link'><a href="InfoCancelService47.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService47 (class)">InfoCancelService47</a></span>, <span class='object_link'><a href="InfoCancelService5B.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5B (class)">InfoCancelService5B</a></span>, <span class='object_link'><a href="InfoCancelService5BAnd5C.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5BAnd5C (class)">InfoCancelService5BAnd5C</a></span>, <span class='object_link'><a href="InfoCancelService5BAnd5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5BAnd5D (class)">InfoCancelService5BAnd5D</a></span>, <span class='object_link'><a href="InfoCancelService5C.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5C (class)">InfoCancelService5C</a></span>, <span class='object_link'><a href="InfoCancelService5CAnd5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5CAnd5D (class)">InfoCancelService5CAnd5D</a></span>, <span class='object_link'><a href="InfoCancelService5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5D (class)">InfoCancelService5D</a></span>, <span class='object_link'><a href="InfoCancelService9.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService9 (class)">InfoCancelService9</a></span>, <span class='object_link'><a href="InfoCancelVSVoucher.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelVSVoucher (class)">InfoCancelVSVoucher</a></span>, <span class='object_link'><a href="InfoCancelWidth.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelWidth (class)">InfoCancelWidth</a></span>, <span class='object_link'><a href="InfoCityChanged.html" title="CzechPostB2bClient::ResponseCodes::InfoCityChanged (class)">InfoCityChanged</a></span>, <span class='object_link'><a href="InfoInexactAddress.html" title="CzechPostB2bClient::ResponseCodes::InfoInexactAddress (class)">InfoInexactAddress</a></span>, <span class='object_link'><a href="InfoInvalidAccount.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidAccount (class)">InfoInvalidAccount</a></span>, <span class='object_link'><a href="InfoInvalidBankCode.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidBankCode (class)">InfoInvalidBankCode</a></span>, <span class='object_link'><a href="InfoInvalidBirthDay.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidBirthDay (class)">InfoInvalidBirthDay</a></span>, <span class='object_link'><a href="InfoInvalidCODAmount.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidCODAmount (class)">InfoInvalidCODAmount</a></span>, <span class='object_link'><a href="InfoInvalidCategoryCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidCategoryCustomDecalaration (class)">InfoInvalidCategoryCustomDecalaration</a></span>, <span class='object_link'><a href="InfoInvalidEmail.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidEmail (class)">InfoInvalidEmail</a></span>, <span class='object_link'><a href="InfoInvalidMobilePhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidMobilePhoneNumber (class)">InfoInvalidMobilePhoneNumber</a></span>, <span class='object_link'><a href="InfoInvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidPhoneNumber (class)">InfoInvalidPhoneNumber</a></span>, <span class='object_link'><a href="InfoInvalidPrefixAccount.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidPrefixAccount (class)">InfoInvalidPrefixAccount</a></span>, <span class='object_link'><a href="InfoInvalidPrice.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidPrice (class)">InfoInvalidPrice</a></span>, <span class='object_link'><a href="InfoInvalidSpecificSymbol.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidSpecificSymbol (class)">InfoInvalidSpecificSymbol</a></span>, <span class='object_link'><a href="InfoInvalidTelephoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidTelephoneNumber (class)">InfoInvalidTelephoneNumber</a></span>, <span class='object_link'><a href="InfoInvalidWeight.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidWeight (class)">InfoInvalidWeight</a></span>, <span class='object_link'><a href="InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized.html" title="CzechPostB2bClient::ResponseCodes::InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized (class)">InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized</a></span>, <span class='object_link'><a href="InfoPriceIsNotNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoPriceIsNotNumber (class)">InfoPriceIsNotNumber</a></span>, <span class='object_link'><a href="InfoPriceIsTooBig.html" title="CzechPostB2bClient::ResponseCodes::InfoPriceIsTooBig (class)">InfoPriceIsTooBig</a></span>, <span class='object_link'><a href="InfoService29And47.html" title="CzechPostB2bClient::ResponseCodes::InfoService29And47 (class)">InfoService29And47</a></span>, <span class='object_link'><a href="InfoSpecialPackagingRequest.html" title="CzechPostB2bClient::ResponseCodes::InfoSpecialPackagingRequest (class)">InfoSpecialPackagingRequest</a></span>, <span class='object_link'><a href="InternalApplicationError.html" title="CzechPostB2bClient::ResponseCodes::InternalApplicationError (class)">InternalApplicationError</a></span>, <span class='object_link'><a href="InvalidAddressAddresseeDocumentForParcelType.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentForParcelType (class)">InvalidAddressAddresseeDocumentForParcelType</a></span>, <span class='object_link'><a href="InvalidAddressAddresseeDocumentObjectNotFound.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentObjectNotFound (class)">InvalidAddressAddresseeDocumentObjectNotFound</a></span>, <span class='object_link'><a href="InvalidAddressAddresseeDocumentWrongCity.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentWrongCity (class)">InvalidAddressAddresseeDocumentWrongCity</a></span>, <span class='object_link'><a href="InvalidAddressForBalikovna.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForBalikovna (class)">InvalidAddressForBalikovna</a></span>, <span class='object_link'><a href="InvalidAddressForBigPackage.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForBigPackage (class)">InvalidAddressForBigPackage</a></span>, <span class='object_link'><a href="InvalidAddressForCODAmountOver20000.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForCODAmountOver20000 (class)">InvalidAddressForCODAmountOver20000</a></span>, <span class='object_link'><a href="InvalidAddressForParcelType.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForParcelType (class)">InvalidAddressForParcelType</a></span>, <span class='object_link'><a href="InvalidAddressee.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressee (class)">InvalidAddressee</a></span>, <span class='object_link'><a href="InvalidAmount.html" title="CzechPostB2bClient::ResponseCodes::InvalidAmount (class)">InvalidAmount</a></span>, <span class='object_link'><a href="InvalidAmountCurrency.html" title="CzechPostB2bClient::ResponseCodes::InvalidAmountCurrency (class)">InvalidAmountCurrency</a></span>, <span class='object_link'><a href="InvalidAmountType.html" title="CzechPostB2bClient::ResponseCodes::InvalidAmountType (class)">InvalidAmountType</a></span>, <span class='object_link'><a href="InvalidCODAmount.html" title="CzechPostB2bClient::ResponseCodes::InvalidCODAmount (class)">InvalidCODAmount</a></span>, <span class='object_link'><a href="InvalidCODCurrency.html" title="CzechPostB2bClient::ResponseCodes::InvalidCODCurrency (class)">InvalidCODCurrency</a></span>, <span class='object_link'><a href="InvalidCODCurrencyAccordance.html" title="CzechPostB2bClient::ResponseCodes::InvalidCODCurrencyAccordance (class)">InvalidCODCurrencyAccordance</a></span>, <span class='object_link'><a href="InvalidCategoryCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::InvalidCategoryCustomDecalaration (class)">InvalidCategoryCustomDecalaration</a></span>, <span class='object_link'><a href="InvalidContentCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidContentCustomGood (class)">InvalidContentCustomGood</a></span>, <span class='object_link'><a href="InvalidCurrencyCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::InvalidCurrencyCustomDecalaration (class)">InvalidCurrencyCustomDecalaration</a></span>, <span class='object_link'><a href="InvalidCustomGoodNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidCustomGoodNumber (class)">InvalidCustomGoodNumber</a></span>, <span class='object_link'><a href="InvalidCustomerCardNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidCustomerCardNumber (class)">InvalidCustomerCardNumber</a></span>, <span class='object_link'><a href="InvalidCustomerId.html" title="CzechPostB2bClient::ResponseCodes::InvalidCustomerId (class)">InvalidCustomerId</a></span>, <span class='object_link'><a href="InvalidDensity.html" title="CzechPostB2bClient::ResponseCodes::InvalidDensity (class)">InvalidDensity</a></span>, <span class='object_link'><a href="InvalidEmail.html" title="CzechPostB2bClient::ResponseCodes::InvalidEmail (class)">InvalidEmail</a></span>, <span class='object_link'><a href="InvalidHeight.html" title="CzechPostB2bClient::ResponseCodes::InvalidHeight (class)">InvalidHeight</a></span>, <span class='object_link'><a href="InvalidHsCodeCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidHsCodeCustomGood (class)">InvalidHsCodeCustomGood</a></span>, <span class='object_link'><a href="InvalidIsoCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidIsoCustomGood (class)">InvalidIsoCustomGood</a></span>, <span class='object_link'><a href="InvalidIsoCustomGoodFormat.html" title="CzechPostB2bClient::ResponseCodes::InvalidIsoCustomGoodFormat (class)">InvalidIsoCustomGoodFormat</a></span>, <span class='object_link'><a href="InvalidLength.html" title="CzechPostB2bClient::ResponseCodes::InvalidLength (class)">InvalidLength</a></span>, <span class='object_link'><a href="InvalidLocation.html" title="CzechPostB2bClient::ResponseCodes::InvalidLocation (class)">InvalidLocation</a></span>, <span class='object_link'><a href="InvalidMRNCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidMRNCode (class)">InvalidMRNCode</a></span>, <span class='object_link'><a href="InvalidMRNCodeControl.html" title="CzechPostB2bClient::ResponseCodes::InvalidMRNCodeControl (class)">InvalidMRNCodeControl</a></span>, <span class='object_link'><a href="InvalidNumberClosure.html" title="CzechPostB2bClient::ResponseCodes::InvalidNumberClosure (class)">InvalidNumberClosure</a></span>, <span class='object_link'><a href="InvalidOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidOrderNumber (class)">InvalidOrderNumber</a></span>, <span class='object_link'><a href="InvalidParcelBarcode.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelBarcode (class)">InvalidParcelBarcode</a></span>, <span class='object_link'><a href="InvalidParcelBarcodeDuplicate.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelBarcodeDuplicate (class)">InvalidParcelBarcodeDuplicate</a></span>, <span class='object_link'><a href="InvalidParcelCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelCode (class)">InvalidParcelCode</a></span>, <span class='object_link'><a href="InvalidParcelCodeControl.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelCodeControl (class)">InvalidParcelCodeControl</a></span>, <span class='object_link'><a href="InvalidParcelResponseCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelResponseCode (class)">InvalidParcelResponseCode</a></span>, <span class='object_link'><a href="InvalidParcelTypeForID.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelTypeForID (class)">InvalidParcelTypeForID</a></span>, <span class='object_link'><a href="InvalidPartnerCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidPartnerCode (class)">InvalidPartnerCode</a></span>, <span class='object_link'><a href="InvalidPayday.html" title="CzechPostB2bClient::ResponseCodes::InvalidPayday (class)">InvalidPayday</a></span>, <span class='object_link'><a href="InvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidPhoneNumber (class)">InvalidPhoneNumber</a></span>, <span class='object_link'><a href="InvalidPostCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidPostCode (class)">InvalidPostCode</a></span>, <span class='object_link'><a href="InvalidPrefixAccordance.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrefixAccordance (class)">InvalidPrefixAccordance</a></span>, <span class='object_link'><a href="InvalidPrefixCombination.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrefixCombination (class)">InvalidPrefixCombination</a></span>, <span class='object_link'><a href="InvalidPrefixForDimensionsAndFragile.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrefixForDimensionsAndFragile (class)">InvalidPrefixForDimensionsAndFragile</a></span>, <span class='object_link'><a href="InvalidPrice.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrice (class)">InvalidPrice</a></span>, <span class='object_link'><a href="InvalidPriceCurrency.html" title="CzechPostB2bClient::ResponseCodes::InvalidPriceCurrency (class)">InvalidPriceCurrency</a></span>, <span class='object_link'><a href="InvalidPriceCurrencyAccordance.html" title="CzechPostB2bClient::ResponseCodes::InvalidPriceCurrencyAccordance (class)">InvalidPriceCurrencyAccordance</a></span>, <span class='object_link'><a href="InvalidPriceCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidPriceCustomGood (class)">InvalidPriceCustomGood</a></span>, <span class='object_link'><a href="InvalidQuantityCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidQuantityCustomGood (class)">InvalidQuantityCustomGood</a></span>, <span class='object_link'><a href="InvalidResponsibleConsignmentNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidResponsibleConsignmentNumber (class)">InvalidResponsibleConsignmentNumber</a></span>, <span class='object_link'><a href="InvalidReturnNumberDays.html" title="CzechPostB2bClient::ResponseCodes::InvalidReturnNumberDays (class)">InvalidReturnNumberDays</a></span>, <span class='object_link'><a href="InvalidService18.html" title="CzechPostB2bClient::ResponseCodes::InvalidService18 (class)">InvalidService18</a></span>, <span class='object_link'><a href="InvalidService19.html" title="CzechPostB2bClient::ResponseCodes::InvalidService19 (class)">InvalidService19</a></span>, <span class='object_link'><a href="InvalidServiceCombination.html" title="CzechPostB2bClient::ResponseCodes::InvalidServiceCombination (class)">InvalidServiceCombination</a></span>, <span class='object_link'><a href="InvalidServicesForDimensions.html" title="CzechPostB2bClient::ResponseCodes::InvalidServicesForDimensions (class)">InvalidServicesForDimensions</a></span>, <span class='object_link'><a href="InvalidSignNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidSignNumber (class)">InvalidSignNumber</a></span>, <span class='object_link'><a href="InvalidSubisoCountry.html" title="CzechPostB2bClient::ResponseCodes::InvalidSubisoCountry (class)">InvalidSubisoCountry</a></span>, <span class='object_link'><a href="InvalidTareWeight.html" title="CzechPostB2bClient::ResponseCodes::InvalidTareWeight (class)">InvalidTareWeight</a></span>, <span class='object_link'><a href="InvalidTiming.html" title="CzechPostB2bClient::ResponseCodes::InvalidTiming (class)">InvalidTiming</a></span>, <span class='object_link'><a href="InvalidTransmissionDate.html" title="CzechPostB2bClient::ResponseCodes::InvalidTransmissionDate (class)">InvalidTransmissionDate</a></span>, <span class='object_link'><a href="InvalidTypePrefix.html" title="CzechPostB2bClient::ResponseCodes::InvalidTypePrefix (class)">InvalidTypePrefix</a></span>, <span class='object_link'><a href="InvalidUseOfService36.html" title="CzechPostB2bClient::ResponseCodes::InvalidUseOfService36 (class)">InvalidUseOfService36</a></span>, <span class='object_link'><a href="InvalidUseOfService37.html" title="CzechPostB2bClient::ResponseCodes::InvalidUseOfService37 (class)">InvalidUseOfService37</a></span>, <span class='object_link'><a href="InvalidUseOfService38.html" title="CzechPostB2bClient::ResponseCodes::InvalidUseOfService38 (class)">InvalidUseOfService38</a></span>, <span class='object_link'><a href="InvalidWeight.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeight (class)">InvalidWeight</a></span>, <span class='object_link'><a href="InvalidWeightCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeightCustomGood (class)">InvalidWeightCustomGood</a></span>, <span class='object_link'><a href="InvalidWeightCustomGoodSummary.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeightCustomGoodSummary (class)">InvalidWeightCustomGoodSummary</a></span>, <span class='object_link'><a href="InvalidWeightForService11.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeightForService11 (class)">InvalidWeightForService11</a></span>, <span class='object_link'><a href="InvalidWidth.html" title="CzechPostB2bClient::ResponseCodes::InvalidWidth (class)">InvalidWidth</a></span>, <span class='object_link'><a href="InvalidZPROOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidZPROOrderNumber (class)">InvalidZPROOrderNumber</a></span>, <span class='object_link'><a href="InvalidZPROOrderNumberFormat.html" title="CzechPostB2bClient::ResponseCodes::InvalidZPROOrderNumberFormat (class)">InvalidZPROOrderNumberFormat</a></span>, <span class='object_link'><a href="InvalidostCodeOrCity.html" title="CzechPostB2bClient::ResponseCodes::InvalidostCodeOrCity (class)">InvalidostCodeOrCity</a></span>, <span class='object_link'><a href="MIssingParcelCode.html" title="CzechPostB2bClient::ResponseCodes::MIssingParcelCode (class)">MIssingParcelCode</a></span>, <span class='object_link'><a href="MissingAddressee.html" title="CzechPostB2bClient::ResponseCodes::MissingAddressee (class)">MissingAddressee</a></span>, <span class='object_link'><a href="MissingAddresseeCity.html" title="CzechPostB2bClient::ResponseCodes::MissingAddresseeCity (class)">MissingAddresseeCity</a></span>, <span class='object_link'><a href="MissingAddresseeStreet.html" title="CzechPostB2bClient::ResponseCodes::MissingAddresseeStreet (class)">MissingAddresseeStreet</a></span>, <span class='object_link'><a href="MissingAddresseeZipCode.html" title="CzechPostB2bClient::ResponseCodes::MissingAddresseeZipCode (class)">MissingAddresseeZipCode</a></span>, <span class='object_link'><a href="MissingCODAmount.html" title="CzechPostB2bClient::ResponseCodes::MissingCODAmount (class)">MissingCODAmount</a></span>, <span class='object_link'><a href="MissingCODAmountType.html" title="CzechPostB2bClient::ResponseCodes::MissingCODAmountType (class)">MissingCODAmountType</a></span>, <span class='object_link'><a href="MissingCategoryCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::MissingCategoryCustomDecalaration (class)">MissingCategoryCustomDecalaration</a></span>, <span class='object_link'><a href="MissingCompanyName.html" title="CzechPostB2bClient::ResponseCodes::MissingCompanyName (class)">MissingCompanyName</a></span>, <span class='object_link'><a href="MissingContentCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingContentCustomGood (class)">MissingContentCustomGood</a></span>, <span class='object_link'><a href="MissingCurrencyCustomDeclaration.html" title="CzechPostB2bClient::ResponseCodes::MissingCurrencyCustomDeclaration (class)">MissingCurrencyCustomDeclaration</a></span>, <span class='object_link'><a href="MissingHandlingInstructions.html" title="CzechPostB2bClient::ResponseCodes::MissingHandlingInstructions (class)">MissingHandlingInstructions</a></span>, <span class='object_link'><a href="MissingHeight.html" title="CzechPostB2bClient::ResponseCodes::MissingHeight (class)">MissingHeight</a></span>, <span class='object_link'><a href="MissingHsCodeCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingHsCodeCustomGood (class)">MissingHsCodeCustomGood</a></span>, <span class='object_link'><a href="MissingIsoCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingIsoCustomGood (class)">MissingIsoCustomGood</a></span>, <span class='object_link'><a href="MissingLength.html" title="CzechPostB2bClient::ResponseCodes::MissingLength (class)">MissingLength</a></span>, <span class='object_link'><a href="MissingPalettsNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingPalettsNumber (class)">MissingPalettsNumber</a></span>, <span class='object_link'><a href="MissingParcelCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingParcelCustomGood (class)">MissingParcelCustomGood</a></span>, <span class='object_link'><a href="MissingParcelCustomGoods.html" title="CzechPostB2bClient::ResponseCodes::MissingParcelCustomGoods (class)">MissingParcelCustomGoods</a></span>, <span class='object_link'><a href="MissingPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingPhoneNumber (class)">MissingPhoneNumber</a></span>, <span class='object_link'><a href="MissingPrefix.html" title="CzechPostB2bClient::ResponseCodes::MissingPrefix (class)">MissingPrefix</a></span>, <span class='object_link'><a href="MissingPrice.html" title="CzechPostB2bClient::ResponseCodes::MissingPrice (class)">MissingPrice</a></span>, <span class='object_link'><a href="MissingPriceCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingPriceCustomGood (class)">MissingPriceCustomGood</a></span>, <span class='object_link'><a href="MissingQuantityCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingQuantityCustomGood (class)">MissingQuantityCustomGood</a></span>, <span class='object_link'><a href="MissingRequiredAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeDocument (class)">MissingRequiredAddresseeDocument</a></span>, <span class='object_link'><a href="MissingRequiredAddresseeDocumentDuplicate.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeDocumentDuplicate (class)">MissingRequiredAddresseeDocumentDuplicate</a></span>, <span class='object_link'><a href="MissingRequiredAddresseeEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeEmail (class)">MissingRequiredAddresseeEmail</a></span>, <span class='object_link'><a href="MissingRequiredEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredEmail (class)">MissingRequiredEmail</a></span>, <span class='object_link'><a href="MissingRequiredFirstNameAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredFirstNameAddresseeDocument (class)">MissingRequiredFirstNameAddresseeDocument</a></span>, <span class='object_link'><a href="MissingRequiredMRNCode.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredMRNCode (class)">MissingRequiredMRNCode</a></span>, <span class='object_link'><a href="MissingRequiredMobileNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredMobileNumber (class)">MissingRequiredMobileNumber</a></span>, <span class='object_link'><a href="MissingRequiredMobileNumberOrEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredMobileNumberOrEmail (class)">MissingRequiredMobileNumberOrEmail</a></span>, <span class='object_link'><a href="MissingRequiredParcelCode.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredParcelCode (class)">MissingRequiredParcelCode</a></span>, <span class='object_link'><a href="MissingRequiredPayday.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPayday (class)">MissingRequiredPayday</a></span>, <span class='object_link'><a href="MissingRequiredPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumber (class)">MissingRequiredPhoneNumber</a></span>, <span class='object_link'><a href="MissingRequiredPhoneNumberOrEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumberOrEmail (class)">MissingRequiredPhoneNumberOrEmail</a></span>, <span class='object_link'><a href="MissingRequiredPhoneNumberOrWhat.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumberOrWhat (class)">MissingRequiredPhoneNumberOrWhat</a></span>, <span class='object_link'><a href="MissingRequiredPrice.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPrice (class)">MissingRequiredPrice</a></span>, <span class='object_link'><a href="MissingRequiredService.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService (class)">MissingRequiredService</a></span>, <span class='object_link'><a href="MissingRequiredService10.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService10 (class)">MissingRequiredService10</a></span>, <span class='object_link'><a href="MissingRequiredService1AB.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService1AB (class)">MissingRequiredService1AB</a></span>, <span class='object_link'><a href="MissingRequiredService1X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService1X (class)">MissingRequiredService1X</a></span>, <span class='object_link'><a href="MissingRequiredService2X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService2X (class)">MissingRequiredService2X</a></span>, <span class='object_link'><a href="MissingRequiredService3X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService3X (class)">MissingRequiredService3X</a></span>, <span class='object_link'><a href="MissingRequiredService3XTrinity.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService3XTrinity (class)">MissingRequiredService3XTrinity</a></span>, <span class='object_link'><a href="MissingRequiredService4.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService4 (class)">MissingRequiredService4</a></span>, <span class='object_link'><a href="MissingRequiredService4X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService4X (class)">MissingRequiredService4X</a></span>, <span class='object_link'><a href="MissingRequiredService4x.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService4x (class)">MissingRequiredService4x</a></span>, <span class='object_link'><a href="MissingRequiredVoucherPrice.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredVoucherPrice (class)">MissingRequiredVoucherPrice</a></span>, <span class='object_link'><a href="MissingRequiredZPROOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredZPROOrderNumber (class)">MissingRequiredZPROOrderNumber</a></span>, <span class='object_link'><a href="MissingReturnInstructions.html" title="CzechPostB2bClient::ResponseCodes::MissingReturnInstructions (class)">MissingReturnInstructions</a></span>, <span class='object_link'><a href="MissingReturnNumberDays.html" title="CzechPostB2bClient::ResponseCodes::MissingReturnNumberDays (class)">MissingReturnNumberDays</a></span>, <span class='object_link'><a href="MissingSenderEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingSenderEmail (class)">MissingSenderEmail</a></span>, <span class='object_link'><a href="MissingSizeCategory.html" title="CzechPostB2bClient::ResponseCodes::MissingSizeCategory (class)">MissingSizeCategory</a></span>, <span class='object_link'><a href="MissingSurname.html" title="CzechPostB2bClient::ResponseCodes::MissingSurname (class)">MissingSurname</a></span>, <span class='object_link'><a href="MissingVariableSymbol.html" title="CzechPostB2bClient::ResponseCodes::MissingVariableSymbol (class)">MissingVariableSymbol</a></span>, <span class='object_link'><a href="MissingVariableSymbolDuplicate.html" title="CzechPostB2bClient::ResponseCodes::MissingVariableSymbolDuplicate (class)">MissingVariableSymbolDuplicate</a></span>, <span class='object_link'><a href="MissingWeightCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingWeightCustomGood (class)">MissingWeightCustomGood</a></span>, <span class='object_link'><a href="MissingWidth.html" title="CzechPostB2bClient::ResponseCodes::MissingWidth (class)">MissingWidth</a></span>, <span class='object_link'><a href="NoContractService41.html" title="CzechPostB2bClient::ResponseCodes::NoContractService41 (class)">NoContractService41</a></span>, <span class='object_link'><a href="NoContractServiceReturnReceipt.html" title="CzechPostB2bClient::ResponseCodes::NoContractServiceReturnReceipt (class)">NoContractServiceReturnReceipt</a></span>, <span class='object_link'><a href="NotExistingOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::NotExistingOrderNumber (class)">NotExistingOrderNumber</a></span>, <span class='object_link'><a href="Ok.html" title="CzechPostB2bClient::ResponseCodes::Ok (class)">Ok</a></span>, <span class='object_link'><a href="OverenoVecerniDorucovani.html" title="CzechPostB2bClient::ResponseCodes::OverenoVecerniDorucovani (class)">OverenoVecerniDorucovani</a></span>, <span class='object_link'><a href="PalettsNumberOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::PalettsNumberOutOfRange (class)">PalettsNumberOutOfRange</a></span>, <span class='object_link'><a href="ParcelCodeNotAllowed.html" title="CzechPostB2bClient::ResponseCodes::ParcelCodeNotAllowed (class)">ParcelCodeNotAllowed</a></span>, <span class='object_link'><a href="ParcelCodeNotInAssignedRange.html" title="CzechPostB2bClient::ResponseCodes::ParcelCodeNotInAssignedRange (class)">ParcelCodeNotInAssignedRange</a></span>, <span class='object_link'><a href="ParcelDoesNotMeetTheRequirementsForm.html" title="CzechPostB2bClient::ResponseCodes::ParcelDoesNotMeetTheRequirementsForm (class)">ParcelDoesNotMeetTheRequirementsForm</a></span>, <span class='object_link'><a href="PriceAndCODAmountTooBig.html" title="CzechPostB2bClient::ResponseCodes::PriceAndCODAmountTooBig (class)">PriceAndCODAmountTooBig</a></span>, <span class='object_link'><a href="PriceOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::PriceOutOfRange (class)">PriceOutOfRange</a></span>, <span class='object_link'><a href="PriceTooBig.html" title="CzechPostB2bClient::ResponseCodes::PriceTooBig (class)">PriceTooBig</a></span>, <span class='object_link'><a href="PriceTooLow.html" title="CzechPostB2bClient::ResponseCodes::PriceTooLow (class)">PriceTooLow</a></span>, <span class='object_link'><a href="ResponsibleConsignmentNumberCannotBeImported.html" title="CzechPostB2bClient::ResponseCodes::ResponsibleConsignmentNumberCannotBeImported (class)">ResponsibleConsignmentNumberCannotBeImported</a></span>, <span class='object_link'><a href="ResponsibleConsignmentNumberOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::ResponsibleConsignmentNumberOutOfRange (class)">ResponsibleConsignmentNumberOutOfRange</a></span>, <span class='object_link'><a href="ServicesCombinationNotAllowed.html" title="CzechPostB2bClient::ResponseCodes::ServicesCombinationNotAllowed (class)">ServicesCombinationNotAllowed</a></span>, <span class='object_link'><a href="TransmissionAlreadyClosed.html" title="CzechPostB2bClient::ResponseCodes::TransmissionAlreadyClosed (class)">TransmissionAlreadyClosed</a></span>, <span class='object_link'><a href="TransmissionNotExists.html" title="CzechPostB2bClient::ResponseCodes::TransmissionNotExists (class)">TransmissionNotExists</a></span>, <span class='object_link'><a href="TransmissionOpened.html" title="CzechPostB2bClient::ResponseCodes::TransmissionOpened (class)">TransmissionOpened</a></span>, <span class='object_link'><a href="TransmissionUnfinished.html" title="CzechPostB2bClient::ResponseCodes::TransmissionUnfinished (class)">TransmissionUnfinished</a></span>, <span class='object_link'><a href="UnauthorizedAccess.html" title="CzechPostB2bClient::ResponseCodes::UnauthorizedAccess (class)">UnauthorizedAccess</a></span>, <span class='object_link'><a href="UnknownAddresseeCity.html" title="CzechPostB2bClient::ResponseCodes::UnknownAddresseeCity (class)">UnknownAddresseeCity</a></span>, <span class='object_link'><a href="UnknownAddresseePostCode.html" title="CzechPostB2bClient::ResponseCodes::UnknownAddresseePostCode (class)">UnknownAddresseePostCode</a></span>, <span class='object_link'><a href="UnknownPrefix.html" title="CzechPostB2bClient::ResponseCodes::UnknownPrefix (class)">UnknownPrefix</a></span>, <span class='object_link'><a href="VariableSymbolIsNotNumber.html" title="CzechPostB2bClient::ResponseCodes::VariableSymbolIsNotNumber (class)">VariableSymbolIsNotNumber</a></span>, <span class='object_link'><a href="WeightCustomGoodOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::WeightCustomGoodOutOfRange (class)">WeightCustomGoodOutOfRange</a></span>, <span class='object_link'><a href="WeightIsOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::WeightIsOutOfRange (class)">WeightIsOutOfRange</a></span>, <span class='object_link'><a href="WeightIsOutOfRangeDuplicate.html" title="CzechPostB2bClient::ResponseCodes::WeightIsOutOfRangeDuplicate (class)">WeightIsOutOfRangeDuplicate</a></span></p>
105
105
  </div>
106
106
 
107
107
 
108
108
 
109
109
 
110
-
111
-
112
-
113
-
114
- <h2>
115
- Class Method Summary
116
- <small><a href="#" class="summary_toggle">collapse</a></small>
117
- </h2>
118
-
119
- <ul class="summary">
120
-
121
- <li class="public ">
110
+ <h2>Class Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
111
+ <ul class="summary">
112
+
113
+ <li class="public ">
122
114
  <span class="summary_signature">
123
115
 
124
116
  <a href="#code-class_method" title="code (class method)">.<strong>code</strong> &#x21d2; Object </a>
@@ -129,18 +121,25 @@
129
121
 
130
122
 
131
123
 
124
+
125
+ <span class="note title readonly">readonly</span>
126
+
127
+
128
+
132
129
 
133
130
 
134
131
 
135
132
 
136
133
 
137
134
 
138
- <span class="summary_desc"><div class='inline'></div></span>
135
+ <span class="summary_desc"><div class='inline'>
136
+ <p>Returns the value of attribute code.</p>
137
+ </div></span>
139
138
 
140
139
  </li>
141
140
 
142
-
143
- <li class="public ">
141
+
142
+ <li class="public ">
144
143
  <span class="summary_signature">
145
144
 
146
145
  <a href="#description-class_method" title="description (class method)">.<strong>description</strong> &#x21d2; Object </a>
@@ -151,21 +150,28 @@
151
150
 
152
151
 
153
152
 
153
+
154
+ <span class="note title readonly">readonly</span>
155
+
156
+
157
+
154
158
 
155
159
 
156
160
 
157
161
 
158
162
 
159
163
 
160
- <span class="summary_desc"><div class='inline'></div></span>
164
+ <span class="summary_desc"><div class='inline'>
165
+ <p>Returns the value of attribute description.</p>
166
+ </div></span>
161
167
 
162
168
  </li>
163
169
 
164
-
165
- <li class="public ">
170
+
171
+ <li class="public ">
166
172
  <span class="summary_signature">
167
173
 
168
- <a href="#error%3F-class_method" title="error? (class method)">.<strong>error?</strong> &#x21d2; Boolean </a>
174
+ <a href="#text-class_method" title="text (class method)">.<strong>text</strong> &#x21d2; Object </a>
169
175
 
170
176
 
171
177
 
@@ -173,21 +179,28 @@
173
179
 
174
180
 
175
181
 
182
+
183
+ <span class="note title readonly">readonly</span>
184
+
185
+
186
+
176
187
 
177
188
 
178
189
 
179
190
 
180
191
 
181
192
 
182
- <span class="summary_desc"><div class='inline'></div></span>
193
+ <span class="summary_desc"><div class='inline'>
194
+ <p>Returns the value of attribute text.</p>
195
+ </div></span>
183
196
 
184
197
  </li>
185
198
 
186
-
187
- <li class="public ">
199
+
200
+ <li class="public ">
188
201
  <span class="summary_signature">
189
202
 
190
- <a href="#info%3F-class_method" title="info? (class method)">.<strong>info?</strong> &#x21d2; Boolean </a>
203
+ <a href="#type-class_method" title="type (class method)">.<strong>type</strong> &#x21d2; Object </a>
191
204
 
192
205
 
193
206
 
@@ -195,21 +208,41 @@
195
208
 
196
209
 
197
210
 
211
+
212
+ <span class="note title readonly">readonly</span>
213
+
214
+
215
+
198
216
 
199
217
 
200
218
 
201
219
 
202
220
 
203
221
 
204
- <span class="summary_desc"><div class='inline'></div></span>
222
+ <span class="summary_desc"><div class='inline'>
223
+ <p>Returns the value of attribute type.</p>
224
+ </div></span>
205
225
 
206
226
  </li>
207
227
 
228
+
229
+ </ul>
230
+
231
+
232
+
233
+
234
+
235
+ <h2>
236
+ Class Method Summary
237
+ <small><a href="#" class="summary_toggle">collapse</a></small>
238
+ </h2>
239
+
240
+ <ul class="summary">
208
241
 
209
242
  <li class="public ">
210
243
  <span class="summary_signature">
211
244
 
212
- <a href="#text-class_method" title="text (class method)">.<strong>text</strong> &#x21d2; Object </a>
245
+ <a href="#error%3F-class_method" title="error? (class method)">.<strong>error?</strong> &#x21d2; Boolean </a>
213
246
 
214
247
 
215
248
 
@@ -231,7 +264,7 @@
231
264
  <li class="public ">
232
265
  <span class="summary_signature">
233
266
 
234
- <a href="#to_s-class_method" title="to_s (class method)">.<strong>to_s</strong> &#x21d2; Object </a>
267
+ <a href="#info%3F-class_method" title="info? (class method)">.<strong>info?</strong> &#x21d2; Boolean </a>
235
268
 
236
269
 
237
270
 
@@ -253,7 +286,7 @@
253
286
  <li class="public ">
254
287
  <span class="summary_signature">
255
288
 
256
- <a href="#type-class_method" title="type (class method)">.<strong>type</strong> &#x21d2; Object </a>
289
+ <a href="#to_s-class_method" title="to_s (class method)">.<strong>to_s</strong> &#x21d2; Object </a>
257
290
 
258
291
 
259
292
 
@@ -276,34 +309,45 @@
276
309
 
277
310
 
278
311
 
279
-
280
- <div id="class_method_details" class="method_details_list">
281
- <h2>Class Method Details</h2>
282
-
312
+ <div id="class_attr_details" class="attr_details">
313
+ <h2>Class Attribute Details</h2>
283
314
 
315
+
316
+ <span id=""></span>
284
317
  <div class="method_details first">
285
318
  <h3 class="signature first" id="code-class_method">
286
319
 
287
- .<strong>code</strong> &#x21d2; <tt>Object</tt>
320
+ .<strong>code</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
288
321
 
289
322
 
290
323
 
291
324
 
292
325
 
293
- </h3><table class="source_code">
326
+ </h3><div class="docstring">
327
+ <div class="discussion">
328
+
329
+ <p>Returns the value of attribute code.</p>
330
+
331
+
332
+ </div>
333
+ </div>
334
+ <div class="tags">
335
+
336
+
337
+ </div><table class="source_code">
294
338
  <tr>
295
339
  <td>
296
340
  <pre class="lines">
297
341
 
298
342
 
299
- 12
300
- 13
301
- 14</pre>
343
+ 15
344
+ 16
345
+ 17</pre>
302
346
  </td>
303
347
  <td>
304
- <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 12</span>
348
+ <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 15</span>
305
349
 
306
- <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_code'>code</span>
350
+ <span class='kw'>def</span> <span class='id identifier rubyid_code'>code</span>
307
351
  <span class='ivar'>@code</span>
308
352
  <span class='kw'>end</span></pre>
309
353
  </td>
@@ -311,29 +355,42 @@
311
355
  </table>
312
356
  </div>
313
357
 
358
+
359
+ <span id=""></span>
314
360
  <div class="method_details ">
315
361
  <h3 class="signature " id="description-class_method">
316
362
 
317
- .<strong>description</strong> &#x21d2; <tt>Object</tt>
363
+ .<strong>description</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
318
364
 
319
365
 
320
366
 
321
367
 
322
368
 
323
- </h3><table class="source_code">
369
+ </h3><div class="docstring">
370
+ <div class="discussion">
371
+
372
+ <p>Returns the value of attribute description.</p>
373
+
374
+
375
+ </div>
376
+ </div>
377
+ <div class="tags">
378
+
379
+
380
+ </div><table class="source_code">
324
381
  <tr>
325
382
  <td>
326
383
  <pre class="lines">
327
384
 
328
385
 
329
- 20
330
- 21
331
- 22</pre>
386
+ 23
387
+ 24
388
+ 25</pre>
332
389
  </td>
333
390
  <td>
334
- <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 20</span>
391
+ <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 23</span>
335
392
 
336
- <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_description'>description</span>
393
+ <span class='kw'>def</span> <span class='id identifier rubyid_description'>description</span>
337
394
  <span class='ivar'>@description</span>
338
395
  <span class='kw'>end</span></pre>
339
396
  </td>
@@ -341,10 +398,12 @@
341
398
  </table>
342
399
  </div>
343
400
 
401
+
402
+ <span id=""></span>
344
403
  <div class="method_details ">
345
- <h3 class="signature " id="error?-class_method">
404
+ <h3 class="signature " id="text-class_method">
346
405
 
347
- .<strong>error?</strong> &#x21d2; <tt>Boolean</tt>
406
+ .<strong>text</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
348
407
 
349
408
 
350
409
 
@@ -353,24 +412,13 @@
353
412
  </h3><div class="docstring">
354
413
  <div class="discussion">
355
414
 
415
+ <p>Returns the value of attribute text.</p>
416
+
356
417
 
357
418
  </div>
358
419
  </div>
359
420
  <div class="tags">
360
421
 
361
- <p class="tag_title">Returns:</p>
362
- <ul class="return">
363
-
364
- <li>
365
-
366
-
367
- <span class='type'>(<tt>Boolean</tt>)</span>
368
-
369
-
370
-
371
- </li>
372
-
373
- </ul>
374
422
 
375
423
  </div><table class="source_code">
376
424
  <tr>
@@ -378,25 +426,27 @@
378
426
  <pre class="lines">
379
427
 
380
428
 
381
- 24
382
- 25
383
- 26</pre>
429
+ 19
430
+ 20
431
+ 21</pre>
384
432
  </td>
385
433
  <td>
386
- <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 24</span>
434
+ <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 19</span>
387
435
 
388
- <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_error?'>error?</span>
389
- <span class='ivar'>@type</span> <span class='op'>==</span> <span class='symbol'>:error</span>
436
+ <span class='kw'>def</span> <span class='id identifier rubyid_text'>text</span>
437
+ <span class='ivar'>@text</span>
390
438
  <span class='kw'>end</span></pre>
391
439
  </td>
392
440
  </tr>
393
441
  </table>
394
442
  </div>
395
443
 
444
+
445
+ <span id=""></span>
396
446
  <div class="method_details ">
397
- <h3 class="signature " id="info?-class_method">
447
+ <h3 class="signature " id="type-class_method">
398
448
 
399
- .<strong>info?</strong> &#x21d2; <tt>Boolean</tt>
449
+ .<strong>type</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
400
450
 
401
451
 
402
452
 
@@ -405,24 +455,13 @@
405
455
  </h3><div class="docstring">
406
456
  <div class="discussion">
407
457
 
458
+ <p>Returns the value of attribute type.</p>
459
+
408
460
 
409
461
  </div>
410
462
  </div>
411
463
  <div class="tags">
412
464
 
413
- <p class="tag_title">Returns:</p>
414
- <ul class="return">
415
-
416
- <li>
417
-
418
-
419
- <span class='type'>(<tt>Boolean</tt>)</span>
420
-
421
-
422
-
423
- </li>
424
-
425
- </ul>
426
465
 
427
466
  </div><table class="source_code">
428
467
  <tr>
@@ -430,45 +469,74 @@
430
469
  <pre class="lines">
431
470
 
432
471
 
433
- 28
434
- 29
435
- 30</pre>
472
+ 35
473
+ 36
474
+ 37</pre>
436
475
  </td>
437
476
  <td>
438
- <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 28</span>
477
+ <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 35</span>
439
478
 
440
- <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_info?'>info?</span>
441
- <span class='ivar'>@type</span> <span class='op'>==</span> <span class='symbol'>:info</span>
479
+ <span class='kw'>def</span> <span class='id identifier rubyid_type'>type</span>
480
+ <span class='ivar'>@type</span>
442
481
  <span class='kw'>end</span></pre>
443
482
  </td>
444
483
  </tr>
445
484
  </table>
446
485
  </div>
447
486
 
448
- <div class="method_details ">
449
- <h3 class="signature " id="text-class_method">
487
+ </div>
488
+
489
+
490
+ <div id="class_method_details" class="method_details_list">
491
+ <h2>Class Method Details</h2>
492
+
493
+
494
+ <div class="method_details first">
495
+ <h3 class="signature first" id="error?-class_method">
450
496
 
451
- .<strong>text</strong> &#x21d2; <tt>Object</tt>
497
+ .<strong>error?</strong> &#x21d2; <tt>Boolean</tt>
452
498
 
453
499
 
454
500
 
455
501
 
456
502
 
457
- </h3><table class="source_code">
503
+ </h3><div class="docstring">
504
+ <div class="discussion">
505
+
506
+
507
+ </div>
508
+ </div>
509
+ <div class="tags">
510
+
511
+ <p class="tag_title">Returns:</p>
512
+ <ul class="return">
513
+
514
+ <li>
515
+
516
+
517
+ <span class='type'>(<tt>Boolean</tt>)</span>
518
+
519
+
520
+
521
+ </li>
522
+
523
+ </ul>
524
+
525
+ </div><table class="source_code">
458
526
  <tr>
459
527
  <td>
460
528
  <pre class="lines">
461
529
 
462
530
 
463
- 16
464
- 17
465
- 18</pre>
531
+ 26
532
+ 27
533
+ 28</pre>
466
534
  </td>
467
535
  <td>
468
- <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 16</span>
536
+ <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 26</span>
469
537
 
470
- <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_text'>text</span>
471
- <span class='ivar'>@text</span>
538
+ <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_error?'>error?</span>
539
+ <span class='ivar'>@type</span> <span class='op'>==</span> <span class='symbol'>:error</span>
472
540
  <span class='kw'>end</span></pre>
473
541
  </td>
474
542
  </tr>
@@ -476,29 +544,51 @@
476
544
  </div>
477
545
 
478
546
  <div class="method_details ">
479
- <h3 class="signature " id="to_s-class_method">
547
+ <h3 class="signature " id="info?-class_method">
480
548
 
481
- .<strong>to_s</strong> &#x21d2; <tt>Object</tt>
549
+ .<strong>info?</strong> &#x21d2; <tt>Boolean</tt>
482
550
 
483
551
 
484
552
 
485
553
 
486
554
 
487
- </h3><table class="source_code">
555
+ </h3><div class="docstring">
556
+ <div class="discussion">
557
+
558
+
559
+ </div>
560
+ </div>
561
+ <div class="tags">
562
+
563
+ <p class="tag_title">Returns:</p>
564
+ <ul class="return">
565
+
566
+ <li>
567
+
568
+
569
+ <span class='type'>(<tt>Boolean</tt>)</span>
570
+
571
+
572
+
573
+ </li>
574
+
575
+ </ul>
576
+
577
+ </div><table class="source_code">
488
578
  <tr>
489
579
  <td>
490
580
  <pre class="lines">
491
581
 
492
582
 
493
- 36
494
- 37
495
- 38</pre>
583
+ 30
584
+ 31
585
+ 32</pre>
496
586
  </td>
497
587
  <td>
498
- <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 36</span>
588
+ <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 30</span>
499
589
 
500
- <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
501
- <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ResponseCode[</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_code'>code</span><span class='embexpr_end'>}</span><span class='tstring_content'> </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_text'>text</span><span class='embexpr_end'>}</span><span class='tstring_content'>] </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_description'>description</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span>
590
+ <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_info?'>info?</span>
591
+ <span class='ivar'>@type</span> <span class='op'>==</span> <span class='symbol'>:info</span>
502
592
  <span class='kw'>end</span></pre>
503
593
  </td>
504
594
  </tr>
@@ -506,9 +596,9 @@
506
596
  </div>
507
597
 
508
598
  <div class="method_details ">
509
- <h3 class="signature " id="type-class_method">
599
+ <h3 class="signature " id="to_s-class_method">
510
600
 
511
- .<strong>type</strong> &#x21d2; <tt>Object</tt>
601
+ .<strong>to_s</strong> &#x21d2; <tt>Object</tt>
512
602
 
513
603
 
514
604
 
@@ -520,15 +610,15 @@
520
610
  <pre class="lines">
521
611
 
522
612
 
523
- 32
524
- 33
525
- 34</pre>
613
+ 38
614
+ 39
615
+ 40</pre>
526
616
  </td>
527
617
  <td>
528
- <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 32</span>
618
+ <pre class="code"><span class="info file"># File 'lib/czech_post_b2b_client/response_codes.rb', line 38</span>
529
619
 
530
- <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_type'>type</span>
531
- <span class='ivar'>@type</span>
620
+ <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
621
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ResponseCode[</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_code'>code</span><span class='embexpr_end'>}</span><span class='tstring_content'> </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_text'>text</span><span class='embexpr_end'>}</span><span class='tstring_content'>] </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_description'>description</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span>
532
622
  <span class='kw'>end</span></pre>
533
623
  </td>
534
624
  </tr>
@@ -540,9 +630,9 @@
540
630
  </div>
541
631
 
542
632
  <div id="footer">
543
- Generated on Fri Mar 20 17:49:06 2020 by
633
+ Generated on Thu May 28 17:06:49 2020 by
544
634
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
545
- 0.9.19 (ruby-2.4.1).
635
+ 0.9.24 (ruby-2.4.1).
546
636
  </div>
547
637
 
548
638
  </div>