czech_post_b2b_client 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (397) hide show
  1. checksums.yaml +7 -0
  2. data/.rubocop.yml +40 -0
  3. data/CHANGELOG.md +14 -0
  4. data/CODE_OF_CONDUCT.md +74 -0
  5. data/Gemfile +8 -0
  6. data/LICENSE.txt +21 -0
  7. data/README.md +281 -0
  8. data/Rakefile +12 -0
  9. data/bin/console +15 -0
  10. data/bin/setup +8 -0
  11. data/certs/postsignum_qca4_root.pem +41 -0
  12. data/certs/postsignum_vca5_sub.pem +44 -0
  13. data/doc/CzechPostB2bClient.html +479 -0
  14. data/doc/CzechPostB2bClient/B2BErrors.html +242 -0
  15. data/doc/CzechPostB2bClient/B2BErrors/BadRequestError.html +145 -0
  16. data/doc/CzechPostB2bClient/B2BErrors/BaseError.html +376 -0
  17. data/doc/CzechPostB2bClient/B2BErrors/CustomerRequestsCountOverflowError.html +145 -0
  18. data/doc/CzechPostB2bClient/B2BErrors/InternalB2BServerError.html +145 -0
  19. data/doc/CzechPostB2bClient/B2BErrors/InternalBackendServerError.html +145 -0
  20. data/doc/CzechPostB2bClient/B2BErrors/InternalDataPersistenceServerError.html +145 -0
  21. data/doc/CzechPostB2bClient/B2BErrors/ProcessingUnfinishedYetError.html +145 -0
  22. data/doc/CzechPostB2bClient/B2BErrors/ServiceBusyError.html +145 -0
  23. data/doc/CzechPostB2bClient/B2BErrors/UnauthorizedContractAccessError.html +145 -0
  24. data/doc/CzechPostB2bClient/B2BErrors/UnauthorizedRoleAccessError.html +145 -0
  25. data/doc/CzechPostB2bClient/Configuration.html +1005 -0
  26. data/doc/CzechPostB2bClient/Error.html +128 -0
  27. data/doc/CzechPostB2bClient/PrintingTemplates.html +199 -0
  28. data/doc/CzechPostB2bClient/PrintingTemplates/AddressData3x8.html +129 -0
  29. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel.html +117 -0
  30. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank.html +129 -0
  31. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank4OnPage.html +129 -0
  32. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/BlankLandscape.html +129 -0
  33. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage.html +115 -0
  34. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS.html +129 -0
  35. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS2x4.html +129 -0
  36. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard.html +129 -0
  37. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard4OnPage.html +129 -0
  38. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable.html +129 -0
  39. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable4OnPage.html +129 -0
  40. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Simple.html +129 -0
  41. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/SimpleWithCODVoucherA.html +129 -0
  42. data/doc/CzechPostB2bClient/PrintingTemplates/Base.html +279 -0
  43. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA.html +129 -0
  44. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA3OnPage.html +129 -0
  45. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherC.html +129 -0
  46. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherForCSOB.html +129 -0
  47. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN22.html +129 -0
  48. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN23.html +129 -0
  49. data/doc/CzechPostB2bClient/PrintingTemplates/DeliveryTicket.html +129 -0
  50. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope.html +115 -0
  51. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeB4.html +129 -0
  52. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC5.html +129 -0
  53. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC6.html +129 -0
  54. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeDL.html +129 -0
  55. data/doc/CzechPostB2bClient/PrintingTemplates/HarmonizedLabel.html +141 -0
  56. data/doc/CzechPostB2bClient/PrintingTemplates/HarmonizedLabel4OnPage.html +129 -0
  57. data/doc/CzechPostB2bClient/PrintingTemplates/IntegratedDocument.html +129 -0
  58. data/doc/CzechPostB2bClient/PrintingTemplates/RRLabels3x8.html +129 -0
  59. data/doc/CzechPostB2bClient/RequestBuilders.html +117 -0
  60. data/doc/CzechPostB2bClient/RequestBuilders/BaseBuilder.html +396 -0
  61. data/doc/CzechPostB2bClient/RequestBuilders/GetParcelStateBuilder.html +329 -0
  62. data/doc/CzechPostB2bClient/RequestBuilders/GetParcelsPrintingBuilder.html +470 -0
  63. data/doc/CzechPostB2bClient/RequestBuilders/GetResultParcelsBuilder.html +329 -0
  64. data/doc/CzechPostB2bClient/RequestBuilders/GetStatsBuilder.html +403 -0
  65. data/doc/CzechPostB2bClient/RequestBuilders/SendParcelsBuilder.html +403 -0
  66. data/doc/CzechPostB2bClient/ResponseCodes.html +242 -0
  67. data/doc/CzechPostB2bClient/ResponseCodes/AddressAllowedForBalikovnaOnly.html +134 -0
  68. data/doc/CzechPostB2bClient/ResponseCodes/AddressIsNotValidForSubject.html +134 -0
  69. data/doc/CzechPostB2bClient/ResponseCodes/AddressNeedsPhoneNumber.html +134 -0
  70. data/doc/CzechPostB2bClient/ResponseCodes/AddressSuitableForLocalDelivery.html +134 -0
  71. data/doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostu.html +134 -0
  72. data/doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostuDuplicate.html +134 -0
  73. data/doc/CzechPostB2bClient/ResponseCodes/AddresseeCityRequired.html +134 -0
  74. data/doc/CzechPostB2bClient/ResponseCodes/AlreadyAssignedOrderNumber.html +134 -0
  75. data/doc/CzechPostB2bClient/ResponseCodes/BadAddressee.html +134 -0
  76. data/doc/CzechPostB2bClient/ResponseCodes/BadCODAmount.html +134 -0
  77. data/doc/CzechPostB2bClient/ResponseCodes/BadFormatReturnNumberDays.html +134 -0
  78. data/doc/CzechPostB2bClient/ResponseCodes/BadHeight.html +134 -0
  79. data/doc/CzechPostB2bClient/ResponseCodes/BadLength.html +134 -0
  80. data/doc/CzechPostB2bClient/ResponseCodes/BadPrefix.html +134 -0
  81. data/doc/CzechPostB2bClient/ResponseCodes/BadPrefixForAddress.html +134 -0
  82. data/doc/CzechPostB2bClient/ResponseCodes/BadPrice.html +134 -0
  83. data/doc/CzechPostB2bClient/ResponseCodes/BadVariableSymbol.html +134 -0
  84. data/doc/CzechPostB2bClient/ResponseCodes/BadWeight.html +134 -0
  85. data/doc/CzechPostB2bClient/ResponseCodes/BadWidth.html +134 -0
  86. data/doc/CzechPostB2bClient/ResponseCodes/BaseCode.html +550 -0
  87. data/doc/CzechPostB2bClient/ResponseCodes/BatchClosed.html +134 -0
  88. data/doc/CzechPostB2bClient/ResponseCodes/BatchInvalid.html +134 -0
  89. data/doc/CzechPostB2bClient/ResponseCodes/BatchUnfinished.html +134 -0
  90. data/doc/CzechPostB2bClient/ResponseCodes/CODAmountOutOfRange.html +134 -0
  91. data/doc/CzechPostB2bClient/ResponseCodes/CODAmountTooBig.html +134 -0
  92. data/doc/CzechPostB2bClient/ResponseCodes/CanceledOrderNumber.html +134 -0
  93. data/doc/CzechPostB2bClient/ResponseCodes/CustomGoodQuantityOutOfRange.html +134 -0
  94. data/doc/CzechPostB2bClient/ResponseCodes/CustomerIDNotInAccordanceWithParcelCode.html +134 -0
  95. data/doc/CzechPostB2bClient/ResponseCodes/DensityOutOfRange.html +134 -0
  96. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateDuplicateParcelCode.html +134 -0
  97. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateParcel.html +134 -0
  98. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateParcelCode.html +134 -0
  99. data/doc/CzechPostB2bClient/ResponseCodes/DuplicitParcelCode.html +134 -0
  100. data/doc/CzechPostB2bClient/ResponseCodes/FullSequence.html +134 -0
  101. data/doc/CzechPostB2bClient/ResponseCodes/FullSequenceDuplicate.html +134 -0
  102. data/doc/CzechPostB2bClient/ResponseCodes/IllegalCombinationOfServices.html +134 -0
  103. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddRequiredService75.html +134 -0
  104. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1A.html +134 -0
  105. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1B.html +134 -0
  106. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1D.html +134 -0
  107. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService9.html +134 -0
  108. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddressWasModified.html +134 -0
  109. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddresseeToLong.html +134 -0
  110. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumber.html +134 -0
  111. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumberAddresseeDocument.html +134 -0
  112. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelHeight.html +134 -0
  113. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelLength.html +134 -0
  114. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelMobilePhoneOrEmailAddresseeDocument.html +134 -0
  115. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelPalettsNumber.html +134 -0
  116. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelPersonalIdentificationNumber.html +134 -0
  117. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AB.html +134 -0
  118. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1ABForService40.html +134 -0
  119. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForPostCode.html +134 -0
  120. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForService40.html +134 -0
  121. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AWith1B.html +134 -0
  122. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1B.html +134 -0
  123. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BAddService1A.html +134 -0
  124. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BForPostCode.html +134 -0
  125. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BWith1A.html +134 -0
  126. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1D.html +134 -0
  127. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1E.html +134 -0
  128. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1V.html +134 -0
  129. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService25.html +134 -0
  130. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService27.html +134 -0
  131. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService29.html +134 -0
  132. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService30.html +134 -0
  133. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService31.html +134 -0
  134. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34.html +134 -0
  135. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34InvalidPhoneNumber.html +134 -0
  136. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45.html +134 -0
  137. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45InvalidPhoneNumber.html +134 -0
  138. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService46.html +134 -0
  139. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService47.html +134 -0
  140. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5B.html +134 -0
  141. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5C.html +134 -0
  142. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5D.html +134 -0
  143. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5C.html +134 -0
  144. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5CAnd5D.html +134 -0
  145. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5D.html +134 -0
  146. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelVSVoucher.html +134 -0
  147. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelWidth.html +134 -0
  148. data/doc/CzechPostB2bClient/ResponseCodes/InfoCityChanged.html +134 -0
  149. data/doc/CzechPostB2bClient/ResponseCodes/InfoInexactAddress.html +134 -0
  150. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidAccount.html +134 -0
  151. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBankCode.html +134 -0
  152. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBirthDay.html +134 -0
  153. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCODAmount.html +134 -0
  154. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCategoryCustomDecalaration.html +134 -0
  155. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidEmail.html +134 -0
  156. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidMobilePhoneNumber.html +134 -0
  157. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPhoneNumber.html +134 -0
  158. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrefixAccount.html +134 -0
  159. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrice.html +134 -0
  160. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidSpecificSymbol.html +134 -0
  161. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidTelephoneNumber.html +134 -0
  162. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidWeight.html +134 -0
  163. data/doc/CzechPostB2bClient/ResponseCodes/InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized.html +134 -0
  164. data/doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsNotNumber.html +134 -0
  165. data/doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsTooBig.html +134 -0
  166. data/doc/CzechPostB2bClient/ResponseCodes/InfoService29And47.html +134 -0
  167. data/doc/CzechPostB2bClient/ResponseCodes/InfoSpecialPackagingRequest.html +134 -0
  168. data/doc/CzechPostB2bClient/ResponseCodes/InternalApplicationError.html +134 -0
  169. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentForParcelType.html +134 -0
  170. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentObjectNotFound.html +134 -0
  171. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentWrongCity.html +134 -0
  172. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBalikovna.html +134 -0
  173. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBigPackage.html +134 -0
  174. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForCODAmountOver20000.html +134 -0
  175. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForParcelType.html +134 -0
  176. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressee.html +134 -0
  177. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmount.html +134 -0
  178. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmountCurrency.html +134 -0
  179. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmountType.html +134 -0
  180. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODAmount.html +134 -0
  181. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrency.html +134 -0
  182. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrencyAccordance.html +134 -0
  183. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCategoryCustomDecalaration.html +134 -0
  184. data/doc/CzechPostB2bClient/ResponseCodes/InvalidContentCustomGood.html +134 -0
  185. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCurrencyCustomDecalaration.html +134 -0
  186. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomGoodNumber.html +134 -0
  187. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerCardNumber.html +134 -0
  188. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerId.html +134 -0
  189. data/doc/CzechPostB2bClient/ResponseCodes/InvalidDensity.html +134 -0
  190. data/doc/CzechPostB2bClient/ResponseCodes/InvalidEmail.html +134 -0
  191. data/doc/CzechPostB2bClient/ResponseCodes/InvalidHeight.html +134 -0
  192. data/doc/CzechPostB2bClient/ResponseCodes/InvalidHsCodeCustomGood.html +134 -0
  193. data/doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGood.html +134 -0
  194. data/doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGoodFormat.html +134 -0
  195. data/doc/CzechPostB2bClient/ResponseCodes/InvalidLength.html +134 -0
  196. data/doc/CzechPostB2bClient/ResponseCodes/InvalidLocation.html +134 -0
  197. data/doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCode.html +134 -0
  198. data/doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCodeControl.html +134 -0
  199. data/doc/CzechPostB2bClient/ResponseCodes/InvalidNumberClosure.html +134 -0
  200. data/doc/CzechPostB2bClient/ResponseCodes/InvalidOrderNumber.html +134 -0
  201. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcode.html +134 -0
  202. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcodeDuplicate.html +145 -0
  203. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCode.html +134 -0
  204. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCodeControl.html +134 -0
  205. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelResponseCode.html +134 -0
  206. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelTypeForID.html +134 -0
  207. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPartnerCode.html +134 -0
  208. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPayday.html +134 -0
  209. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPhoneNumber.html +134 -0
  210. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPostCode.html +134 -0
  211. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixAccordance.html +134 -0
  212. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixCombination.html +134 -0
  213. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixForDimensionsAndFragile.html +134 -0
  214. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrice.html +134 -0
  215. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrency.html +134 -0
  216. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrencyAccordance.html +134 -0
  217. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCustomGood.html +134 -0
  218. data/doc/CzechPostB2bClient/ResponseCodes/InvalidQuantityCustomGood.html +134 -0
  219. data/doc/CzechPostB2bClient/ResponseCodes/InvalidResponsibleConsignmentNumber.html +134 -0
  220. data/doc/CzechPostB2bClient/ResponseCodes/InvalidReturnNumberDays.html +134 -0
  221. data/doc/CzechPostB2bClient/ResponseCodes/InvalidService18.html +134 -0
  222. data/doc/CzechPostB2bClient/ResponseCodes/InvalidService19.html +134 -0
  223. data/doc/CzechPostB2bClient/ResponseCodes/InvalidServiceCombination.html +134 -0
  224. data/doc/CzechPostB2bClient/ResponseCodes/InvalidServicesForDimensions.html +134 -0
  225. data/doc/CzechPostB2bClient/ResponseCodes/InvalidSignNumber.html +134 -0
  226. data/doc/CzechPostB2bClient/ResponseCodes/InvalidSubisoCountry.html +134 -0
  227. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTareWeight.html +134 -0
  228. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTiming.html +134 -0
  229. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTransmissionDate.html +134 -0
  230. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTypePrefix.html +134 -0
  231. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService36.html +134 -0
  232. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService37.html +134 -0
  233. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService38.html +134 -0
  234. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeight.html +134 -0
  235. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGood.html +134 -0
  236. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGoodSummary.html +134 -0
  237. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightForService11.html +134 -0
  238. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWidth.html +134 -0
  239. data/doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumber.html +134 -0
  240. data/doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumberFormat.html +134 -0
  241. data/doc/CzechPostB2bClient/ResponseCodes/InvalidostCodeOrCity.html +134 -0
  242. data/doc/CzechPostB2bClient/ResponseCodes/MIssingParcelCode.html +134 -0
  243. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddressee.html +134 -0
  244. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeCity.html +134 -0
  245. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeStreet.html +134 -0
  246. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeZipCode.html +134 -0
  247. data/doc/CzechPostB2bClient/ResponseCodes/MissingCODAmount.html +134 -0
  248. data/doc/CzechPostB2bClient/ResponseCodes/MissingCODAmountType.html +134 -0
  249. data/doc/CzechPostB2bClient/ResponseCodes/MissingCategoryCustomDecalaration.html +134 -0
  250. data/doc/CzechPostB2bClient/ResponseCodes/MissingCompanyName.html +134 -0
  251. data/doc/CzechPostB2bClient/ResponseCodes/MissingContentCustomGood.html +134 -0
  252. data/doc/CzechPostB2bClient/ResponseCodes/MissingCurrencyCustomDeclaration.html +134 -0
  253. data/doc/CzechPostB2bClient/ResponseCodes/MissingHandlingInstructions.html +134 -0
  254. data/doc/CzechPostB2bClient/ResponseCodes/MissingHeight.html +134 -0
  255. data/doc/CzechPostB2bClient/ResponseCodes/MissingHsCodeCustomGood.html +134 -0
  256. data/doc/CzechPostB2bClient/ResponseCodes/MissingIsoCustomGood.html +134 -0
  257. data/doc/CzechPostB2bClient/ResponseCodes/MissingLength.html +134 -0
  258. data/doc/CzechPostB2bClient/ResponseCodes/MissingPalettsNumber.html +134 -0
  259. data/doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGood.html +134 -0
  260. data/doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGoods.html +134 -0
  261. data/doc/CzechPostB2bClient/ResponseCodes/MissingPhoneNumber.html +134 -0
  262. data/doc/CzechPostB2bClient/ResponseCodes/MissingPrefix.html +134 -0
  263. data/doc/CzechPostB2bClient/ResponseCodes/MissingPrice.html +134 -0
  264. data/doc/CzechPostB2bClient/ResponseCodes/MissingPriceCustomGood.html +134 -0
  265. data/doc/CzechPostB2bClient/ResponseCodes/MissingQuantityCustomGood.html +134 -0
  266. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocument.html +134 -0
  267. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocumentDuplicate.html +134 -0
  268. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeEmail.html +134 -0
  269. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredEmail.html +134 -0
  270. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredFirstNameAddresseeDocument.html +134 -0
  271. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMRNCode.html +134 -0
  272. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumber.html +134 -0
  273. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumberOrEmail.html +134 -0
  274. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredParcelCode.html +134 -0
  275. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPayday.html +134 -0
  276. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumber.html +134 -0
  277. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrEmail.html +134 -0
  278. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrWhat.html +134 -0
  279. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPrice.html +134 -0
  280. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService.html +134 -0
  281. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService10.html +134 -0
  282. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1AB.html +134 -0
  283. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1X.html +134 -0
  284. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService2X.html +134 -0
  285. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3X.html +134 -0
  286. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3XTrinity.html +134 -0
  287. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4.html +134 -0
  288. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4X.html +134 -0
  289. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4x.html +134 -0
  290. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredVoucherPrice.html +134 -0
  291. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredZPROOrderNumber.html +134 -0
  292. data/doc/CzechPostB2bClient/ResponseCodes/MissingReturnInstructions.html +134 -0
  293. data/doc/CzechPostB2bClient/ResponseCodes/MissingReturnNumberDays.html +134 -0
  294. data/doc/CzechPostB2bClient/ResponseCodes/MissingSenderEmail.html +134 -0
  295. data/doc/CzechPostB2bClient/ResponseCodes/MissingSizeCategory.html +134 -0
  296. data/doc/CzechPostB2bClient/ResponseCodes/MissingSurname.html +134 -0
  297. data/doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbol.html +134 -0
  298. data/doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbolDuplicate.html +134 -0
  299. data/doc/CzechPostB2bClient/ResponseCodes/MissingWeightCustomGood.html +134 -0
  300. data/doc/CzechPostB2bClient/ResponseCodes/MissingWidth.html +134 -0
  301. data/doc/CzechPostB2bClient/ResponseCodes/NfoCancelService9.html +134 -0
  302. data/doc/CzechPostB2bClient/ResponseCodes/NoContractService41.html +134 -0
  303. data/doc/CzechPostB2bClient/ResponseCodes/NoContractServiceReturnReceipt.html +134 -0
  304. data/doc/CzechPostB2bClient/ResponseCodes/NotExistingOrderNumber.html +134 -0
  305. data/doc/CzechPostB2bClient/ResponseCodes/Ok.html +134 -0
  306. data/doc/CzechPostB2bClient/ResponseCodes/OverenoVecerniDorucovani.html +134 -0
  307. data/doc/CzechPostB2bClient/ResponseCodes/PalettsNumberOutOfRange.html +134 -0
  308. data/doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotAllowed.html +134 -0
  309. data/doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotInAssignedRange.html +134 -0
  310. data/doc/CzechPostB2bClient/ResponseCodes/ParcelDoesNotMeetTheRequirementsForm.html +134 -0
  311. data/doc/CzechPostB2bClient/ResponseCodes/PriceAndCODAmountTooBig.html +134 -0
  312. data/doc/CzechPostB2bClient/ResponseCodes/PriceOutOfRange.html +134 -0
  313. data/doc/CzechPostB2bClient/ResponseCodes/PriceTooBig.html +134 -0
  314. data/doc/CzechPostB2bClient/ResponseCodes/PriceTooLow.html +134 -0
  315. data/doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberCannotBeImported.html +134 -0
  316. data/doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberOutOfRange.html +134 -0
  317. data/doc/CzechPostB2bClient/ResponseCodes/ServicesCombinationNotAllowed.html +134 -0
  318. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionAlreadyClosed.html +134 -0
  319. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionNotExists.html +134 -0
  320. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionOpened.html +134 -0
  321. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionUnfinished.html +134 -0
  322. data/doc/CzechPostB2bClient/ResponseCodes/UnauthorizedAccess.html +134 -0
  323. data/doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseeCity.html +134 -0
  324. data/doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseePostCode.html +134 -0
  325. data/doc/CzechPostB2bClient/ResponseCodes/UnknownPrefix.html +134 -0
  326. data/doc/CzechPostB2bClient/ResponseCodes/VariableSymbolIsNotNumber.html +134 -0
  327. data/doc/CzechPostB2bClient/ResponseCodes/WeightCustomGoodOutOfRange.html +134 -0
  328. data/doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRange.html +134 -0
  329. data/doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRangeDuplicate.html +134 -0
  330. data/doc/CzechPostB2bClient/ResponseParsers.html +117 -0
  331. data/doc/CzechPostB2bClient/ResponseParsers/BaseParser.html +283 -0
  332. data/doc/CzechPostB2bClient/ResponseParsers/GetParcelStateParser.html +533 -0
  333. data/doc/CzechPostB2bClient/ResponseParsers/GetParcelsPrintingParser.html +463 -0
  334. data/doc/CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html +625 -0
  335. data/doc/CzechPostB2bClient/ResponseParsers/GetStatsParser.html +347 -0
  336. data/doc/CzechPostB2bClient/ResponseParsers/SendParcelsParser.html +231 -0
  337. data/doc/CzechPostB2bClient/Services.html +117 -0
  338. data/doc/CzechPostB2bClient/Services/AddressSheetsGenerator.html +451 -0
  339. data/doc/CzechPostB2bClient/Services/ApiCaller.html +307 -0
  340. data/doc/CzechPostB2bClient/Services/Communicator.html +220 -0
  341. data/doc/CzechPostB2bClient/Services/DeliveringInspector.html +324 -0
  342. data/doc/CzechPostB2bClient/Services/Orchestrator.html +143 -0
  343. data/doc/CzechPostB2bClient/Services/ParcelsSendProcessUpdater.html +377 -0
  344. data/doc/CzechPostB2bClient/Services/ParcelsSender.html +402 -0
  345. data/doc/CzechPostB2bClient/Services/ParcelsSubmissionCloser.html +337 -0
  346. data/doc/CzechPostB2bClient/Services/TimePeriodStatisticator.html +398 -0
  347. data/doc/SteppedService.html +224 -0
  348. data/doc/SteppedService/Base.html +706 -0
  349. data/doc/SteppedService/Errors.html +365 -0
  350. data/doc/_index.html +2607 -0
  351. data/doc/class_list.html +51 -0
  352. data/doc/css/common.css +1 -0
  353. data/doc/css/full_list.css +58 -0
  354. data/doc/css/style.css +496 -0
  355. data/doc/file.README.html +357 -0
  356. data/doc/file_list.html +56 -0
  357. data/doc/frames.html +17 -0
  358. data/doc/index.html +357 -0
  359. data/doc/js/app.js +303 -0
  360. data/doc/js/full_list.js +216 -0
  361. data/doc/js/jquery.js +4 -0
  362. data/doc/method_list.html +923 -0
  363. data/doc/top-level-namespace.html +110 -0
  364. data/lib/czech_post_b2b_client.rb +37 -0
  365. data/lib/czech_post_b2b_client/b2b_errors.rb +105 -0
  366. data/lib/czech_post_b2b_client/configuration.rb +34 -0
  367. data/lib/czech_post_b2b_client/printing_templates.rb +166 -0
  368. data/lib/czech_post_b2b_client/request_builders.rb +8 -0
  369. data/lib/czech_post_b2b_client/request_builders/base_builder.rb +90 -0
  370. data/lib/czech_post_b2b_client/request_builders/get_parcel_state_builder.rb +44 -0
  371. data/lib/czech_post_b2b_client/request_builders/get_parcels_printing_builder.rb +79 -0
  372. data/lib/czech_post_b2b_client/request_builders/get_result_parcels_builder.rb +28 -0
  373. data/lib/czech_post_b2b_client/request_builders/get_stats_builder.rb +30 -0
  374. data/lib/czech_post_b2b_client/request_builders/send_parcels_builder.rb +294 -0
  375. data/lib/czech_post_b2b_client/response_codes.rb +1900 -0
  376. data/lib/czech_post_b2b_client/response_parsers.rb +8 -0
  377. data/lib/czech_post_b2b_client/response_parsers/base_parser.rb +95 -0
  378. data/lib/czech_post_b2b_client/response_parsers/get_parcel_state_parser.rb +54 -0
  379. data/lib/czech_post_b2b_client/response_parsers/get_parcels_printing_parser.rb +42 -0
  380. data/lib/czech_post_b2b_client/response_parsers/get_result_parcels_parser.rb +56 -0
  381. data/lib/czech_post_b2b_client/response_parsers/get_stats_parser.rb +27 -0
  382. data/lib/czech_post_b2b_client/response_parsers/send_parcels_parser.rb +13 -0
  383. data/lib/czech_post_b2b_client/services.rb +10 -0
  384. data/lib/czech_post_b2b_client/services/address_sheets_generator.rb +55 -0
  385. data/lib/czech_post_b2b_client/services/api_caller.rb +115 -0
  386. data/lib/czech_post_b2b_client/services/communicator.rb +28 -0
  387. data/lib/czech_post_b2b_client/services/delivering_inspector.rb +50 -0
  388. data/lib/czech_post_b2b_client/services/orchestrator.rb +27 -0
  389. data/lib/czech_post_b2b_client/services/parcels_send_process_updater.rb +71 -0
  390. data/lib/czech_post_b2b_client/services/parcels_sender.rb +53 -0
  391. data/lib/czech_post_b2b_client/services/parcels_submission_closer.rb +23 -0
  392. data/lib/czech_post_b2b_client/services/time_period_statisticator.rb +44 -0
  393. data/lib/czech_post_b2b_client/version.rb +5 -0
  394. data/lib/stepped_service.rb +4 -0
  395. data/lib/stepped_service/base.rb +139 -0
  396. data/lib/stepped_service/errors.rb +29 -0
  397. metadata +571 -0
@@ -0,0 +1,51 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
+ <meta charset="utf-8" />
6
+
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
8
+
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
10
+
11
+
12
+
13
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
16
+
17
+
18
+ <title>Class List</title>
19
+ <base id="base_target" target="_parent" />
20
+ </head>
21
+ <body>
22
+ <div id="content">
23
+ <div class="fixed_header">
24
+ <h1 id="full_list_header">Class List</h1>
25
+ <div id="full_list_nav">
26
+
27
+ <span><a target="_self" href="class_list.html">
28
+ Classes
29
+ </a></span>
30
+
31
+ <span><a target="_self" href="method_list.html">
32
+ Methods
33
+ </a></span>
34
+
35
+ <span><a target="_self" href="file_list.html">
36
+ Files
37
+ </a></span>
38
+
39
+ </div>
40
+
41
+ <div id="search">Search: <input type="text" /></div>
42
+ </div>
43
+
44
+ <ul id="full_list" class="class">
45
+ <li id="object_" class="odd"><div class="item" style="padding-left:30px"><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></div></li>
46
+ <li id='object_CzechPostB2bClient' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="CzechPostB2bClient.html" title="CzechPostB2bClient (module)">CzechPostB2bClient</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_CzechPostB2bClient::B2BErrors' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="CzechPostB2bClient/B2BErrors.html" title="CzechPostB2bClient::B2BErrors (module)">B2BErrors</a></span><small class='search_info'>CzechPostB2bClient</small></div><ul><li id='object_CzechPostB2bClient::B2BErrors::BadRequestError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/B2BErrors/BadRequestError.html" title="CzechPostB2bClient::B2BErrors::BadRequestError (class)">BadRequestError</a></span> &lt; BaseError<small class='search_info'>CzechPostB2bClient::B2BErrors</small></div></li><li id='object_CzechPostB2bClient::B2BErrors::BaseError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/B2BErrors/BaseError.html" title="CzechPostB2bClient::B2BErrors::BaseError (class)">BaseError</a></span> &lt; Error<small class='search_info'>CzechPostB2bClient::B2BErrors</small></div></li><li id='object_CzechPostB2bClient::B2BErrors::CustomerRequestsCountOverflowError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/B2BErrors/CustomerRequestsCountOverflowError.html" title="CzechPostB2bClient::B2BErrors::CustomerRequestsCountOverflowError (class)">CustomerRequestsCountOverflowError</a></span> &lt; BaseError<small class='search_info'>CzechPostB2bClient::B2BErrors</small></div></li><li id='object_CzechPostB2bClient::B2BErrors::InternalB2BServerError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/B2BErrors/InternalB2BServerError.html" title="CzechPostB2bClient::B2BErrors::InternalB2BServerError (class)">InternalB2BServerError</a></span> &lt; BaseError<small class='search_info'>CzechPostB2bClient::B2BErrors</small></div></li><li id='object_CzechPostB2bClient::B2BErrors::InternalBackendServerError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/B2BErrors/InternalBackendServerError.html" title="CzechPostB2bClient::B2BErrors::InternalBackendServerError (class)">InternalBackendServerError</a></span> &lt; BaseError<small class='search_info'>CzechPostB2bClient::B2BErrors</small></div></li><li id='object_CzechPostB2bClient::B2BErrors::InternalDataPersistenceServerError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/B2BErrors/InternalDataPersistenceServerError.html" title="CzechPostB2bClient::B2BErrors::InternalDataPersistenceServerError (class)">InternalDataPersistenceServerError</a></span> &lt; BaseError<small class='search_info'>CzechPostB2bClient::B2BErrors</small></div></li><li id='object_CzechPostB2bClient::B2BErrors::ProcessingUnfinishedYetError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/B2BErrors/ProcessingUnfinishedYetError.html" title="CzechPostB2bClient::B2BErrors::ProcessingUnfinishedYetError (class)">ProcessingUnfinishedYetError</a></span> &lt; BaseError<small class='search_info'>CzechPostB2bClient::B2BErrors</small></div></li><li id='object_CzechPostB2bClient::B2BErrors::ServiceBusyError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/B2BErrors/ServiceBusyError.html" title="CzechPostB2bClient::B2BErrors::ServiceBusyError (class)">ServiceBusyError</a></span> &lt; BaseError<small class='search_info'>CzechPostB2bClient::B2BErrors</small></div></li><li id='object_CzechPostB2bClient::B2BErrors::UnauthorizedContractAccessError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/B2BErrors/UnauthorizedContractAccessError.html" title="CzechPostB2bClient::B2BErrors::UnauthorizedContractAccessError (class)">UnauthorizedContractAccessError</a></span> &lt; BaseError<small class='search_info'>CzechPostB2bClient::B2BErrors</small></div></li><li id='object_CzechPostB2bClient::B2BErrors::UnauthorizedRoleAccessError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/B2BErrors/UnauthorizedRoleAccessError.html" title="CzechPostB2bClient::B2BErrors::UnauthorizedRoleAccessError (class)">UnauthorizedRoleAccessError</a></span> &lt; BaseError<small class='search_info'>CzechPostB2bClient::B2BErrors</small></div></li></ul></li><li id='object_CzechPostB2bClient::Configuration' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="CzechPostB2bClient/Configuration.html" title="CzechPostB2bClient::Configuration (class)">Configuration</a></span> &lt; Object<small class='search_info'>CzechPostB2bClient</small></div></li><li id='object_CzechPostB2bClient::Error' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="CzechPostB2bClient/Error.html" title="CzechPostB2bClient::Error (class)">Error</a></span> &lt; StandardError<small class='search_info'>CzechPostB2bClient</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates.html" title="CzechPostB2bClient::PrintingTemplates (module)">PrintingTemplates</a></span><small class='search_info'>CzechPostB2bClient</small></div><ul><li id='object_CzechPostB2bClient::PrintingTemplates::AddressData3x8' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AddressData3x8.html" title="CzechPostB2bClient::PrintingTemplates::AddressData3x8 (class)">AddressData3x8</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::AdressLabel' class='collapsed'><div class='item' style='padding-left:60px'><a class='toggle'></a> <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel (module)">AdressLabel</a></span><small class='search_info'>CzechPostB2bClient::PrintingTemplates</small></div><ul><li id='object_CzechPostB2bClient::PrintingTemplates::AdressLabel::Blank' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::Blank (class)">Blank</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates::AdressLabel</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::AdressLabel::Blank4OnPage' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank4OnPage.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::Blank4OnPage (class)">Blank4OnPage</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates::AdressLabel</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::AdressLabel::BlankLandscape' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/BlankLandscape.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::BlankLandscape (class)">BlankLandscape</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates::AdressLabel</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage' class='collapsed'><div class='item' style='padding-left:75px'><a class='toggle'></a> <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage (module)">ForeignPackage</a></span><small class='search_info'>CzechPostB2bClient::PrintingTemplates::AdressLabel</small></div><ul><li id='object_CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::EMS' class='collapsed'><div class='item' style='padding-left:90px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::EMS (class)">EMS</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::EMS2x4' class='collapsed'><div class='item' style='padding-left:90px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS2x4.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::EMS2x4 (class)">EMS2x4</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::Standard' class='collapsed'><div class='item' style='padding-left:90px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::Standard (class)">Standard</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::Standard4OnPage' class='collapsed'><div class='item' style='padding-left:90px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard4OnPage.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::Standard4OnPage (class)">Standard4OnPage</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::Valuable' class='collapsed'><div class='item' style='padding-left:90px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::Valuable (class)">Valuable</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::Valuable4OnPage' class='collapsed'><div class='item' style='padding-left:90px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable4OnPage.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::Valuable4OnPage (class)">Valuable4OnPage</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage</small></div></li></ul></li><li id='object_CzechPostB2bClient::PrintingTemplates::AdressLabel::Simple' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/Simple.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::Simple (class)">Simple</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates::AdressLabel</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::AdressLabel::SimpleWithCODVoucherA' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/SimpleWithCODVoucherA.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::SimpleWithCODVoucherA (class)">SimpleWithCODVoucherA</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates::AdressLabel</small></div></li></ul></li><li id='object_CzechPostB2bClient::PrintingTemplates::Base' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/Base.html" title="CzechPostB2bClient::PrintingTemplates::Base (class)">Base</a></span> &lt; Object<small class='search_info'>CzechPostB2bClient::PrintingTemplates</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::CODVoucherA' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CODVoucherA.html" title="CzechPostB2bClient::PrintingTemplates::CODVoucherA (class)">CODVoucherA</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::CODVoucherA3OnPage' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CODVoucherA3OnPage.html" title="CzechPostB2bClient::PrintingTemplates::CODVoucherA3OnPage (class)">CODVoucherA3OnPage</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::CODVoucherC' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CODVoucherC.html" title="CzechPostB2bClient::PrintingTemplates::CODVoucherC (class)">CODVoucherC</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::CODVoucherForCSOB' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CODVoucherForCSOB.html" title="CzechPostB2bClient::PrintingTemplates::CODVoucherForCSOB (class)">CODVoucherForCSOB</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::CustomDeclarationCN22' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN22.html" title="CzechPostB2bClient::PrintingTemplates::CustomDeclarationCN22 (class)">CustomDeclarationCN22</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::CustomDeclarationCN23' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN23.html" title="CzechPostB2bClient::PrintingTemplates::CustomDeclarationCN23 (class)">CustomDeclarationCN23</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::DeliveryTicket' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/DeliveryTicket.html" title="CzechPostB2bClient::PrintingTemplates::DeliveryTicket (class)">DeliveryTicket</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::Envelope' class='collapsed'><div class='item' style='padding-left:60px'><a class='toggle'></a> <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/Envelope.html" title="CzechPostB2bClient::PrintingTemplates::Envelope (module)">Envelope</a></span><small class='search_info'>CzechPostB2bClient::PrintingTemplates</small></div><ul><li id='object_CzechPostB2bClient::PrintingTemplates::Envelope::EnvelopeB4' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeB4.html" title="CzechPostB2bClient::PrintingTemplates::Envelope::EnvelopeB4 (class)">EnvelopeB4</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates::Envelope</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::Envelope::EnvelopeC5' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC5.html" title="CzechPostB2bClient::PrintingTemplates::Envelope::EnvelopeC5 (class)">EnvelopeC5</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates::Envelope</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::Envelope::EnvelopeC6' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC6.html" title="CzechPostB2bClient::PrintingTemplates::Envelope::EnvelopeC6 (class)">EnvelopeC6</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates::Envelope</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::Envelope::EnvelopeDL' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeDL.html" title="CzechPostB2bClient::PrintingTemplates::Envelope::EnvelopeDL (class)">EnvelopeDL</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates::Envelope</small></div></li></ul></li><li id='object_CzechPostB2bClient::PrintingTemplates::HarmonizedLabel' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/HarmonizedLabel.html" title="CzechPostB2bClient::PrintingTemplates::HarmonizedLabel (class)">HarmonizedLabel</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::HarmonizedLabel4OnPage' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/HarmonizedLabel4OnPage.html" title="CzechPostB2bClient::PrintingTemplates::HarmonizedLabel4OnPage (class)">HarmonizedLabel4OnPage</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::IntegratedDocument' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/IntegratedDocument.html" title="CzechPostB2bClient::PrintingTemplates::IntegratedDocument (class)">IntegratedDocument</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates</small></div></li><li id='object_CzechPostB2bClient::PrintingTemplates::RRLabels3x8' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/RRLabels3x8.html" title="CzechPostB2bClient::PrintingTemplates::RRLabels3x8 (class)">RRLabels3x8</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::PrintingTemplates</small></div></li></ul></li><li id='object_CzechPostB2bClient::RequestBuilders' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders.html" title="CzechPostB2bClient::RequestBuilders (module)">RequestBuilders</a></span><small class='search_info'>CzechPostB2bClient</small></div><ul><li id='object_CzechPostB2bClient::RequestBuilders::BaseBuilder' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/BaseBuilder.html" title="CzechPostB2bClient::RequestBuilders::BaseBuilder (class)">BaseBuilder</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::RequestBuilders</small></div></li><li id='object_CzechPostB2bClient::RequestBuilders::GetParcelStateBuilder' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetParcelStateBuilder.html" title="CzechPostB2bClient::RequestBuilders::GetParcelStateBuilder (class)">GetParcelStateBuilder</a></span> &lt; BaseBuilder<small class='search_info'>CzechPostB2bClient::RequestBuilders</small></div></li><li id='object_CzechPostB2bClient::RequestBuilders::GetParcelsPrintingBuilder' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetParcelsPrintingBuilder.html" title="CzechPostB2bClient::RequestBuilders::GetParcelsPrintingBuilder (class)">GetParcelsPrintingBuilder</a></span> &lt; BaseBuilder<small class='search_info'>CzechPostB2bClient::RequestBuilders</small></div></li><li id='object_CzechPostB2bClient::RequestBuilders::GetResultParcelsBuilder' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetResultParcelsBuilder.html" title="CzechPostB2bClient::RequestBuilders::GetResultParcelsBuilder (class)">GetResultParcelsBuilder</a></span> &lt; BaseBuilder<small class='search_info'>CzechPostB2bClient::RequestBuilders</small></div></li><li id='object_CzechPostB2bClient::RequestBuilders::GetStatsBuilder' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/GetStatsBuilder.html" title="CzechPostB2bClient::RequestBuilders::GetStatsBuilder (class)">GetStatsBuilder</a></span> &lt; BaseBuilder<small class='search_info'>CzechPostB2bClient::RequestBuilders</small></div></li><li id='object_CzechPostB2bClient::RequestBuilders::SendParcelsBuilder' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/SendParcelsBuilder.html" title="CzechPostB2bClient::RequestBuilders::SendParcelsBuilder (class)">SendParcelsBuilder</a></span> &lt; BaseBuilder<small class='search_info'>CzechPostB2bClient::RequestBuilders</small></div></li></ul></li><li id='object_CzechPostB2bClient::ResponseCodes' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes.html" title="CzechPostB2bClient::ResponseCodes (module)">ResponseCodes</a></span><small class='search_info'>CzechPostB2bClient</small></div><ul><li id='object_CzechPostB2bClient::ResponseCodes::AddressAllowedForBalikovnaOnly' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AddressAllowedForBalikovnaOnly.html" title="CzechPostB2bClient::ResponseCodes::AddressAllowedForBalikovnaOnly (class)">AddressAllowedForBalikovnaOnly</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::AddressIsNotValidForSubject' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AddressIsNotValidForSubject.html" title="CzechPostB2bClient::ResponseCodes::AddressIsNotValidForSubject (class)">AddressIsNotValidForSubject</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::AddressNeedsPhoneNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AddressNeedsPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::AddressNeedsPhoneNumber (class)">AddressNeedsPhoneNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::AddressSuitableForLocalDelivery' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AddressSuitableForLocalDelivery.html" title="CzechPostB2bClient::ResponseCodes::AddressSuitableForLocalDelivery (class)">AddressSuitableForLocalDelivery</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::AddressValidOnlyForNaPostu' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostu.html" title="CzechPostB2bClient::ResponseCodes::AddressValidOnlyForNaPostu (class)">AddressValidOnlyForNaPostu</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::AddressValidOnlyForNaPostuDuplicate' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostuDuplicate.html" title="CzechPostB2bClient::ResponseCodes::AddressValidOnlyForNaPostuDuplicate (class)">AddressValidOnlyForNaPostuDuplicate</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::AddresseeCityRequired' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AddresseeCityRequired.html" title="CzechPostB2bClient::ResponseCodes::AddresseeCityRequired (class)">AddresseeCityRequired</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::AlreadyAssignedOrderNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AlreadyAssignedOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::AlreadyAssignedOrderNumber (class)">AlreadyAssignedOrderNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::BadAddressee' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadAddressee.html" title="CzechPostB2bClient::ResponseCodes::BadAddressee (class)">BadAddressee</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::BadCODAmount' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadCODAmount.html" title="CzechPostB2bClient::ResponseCodes::BadCODAmount (class)">BadCODAmount</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::BadFormatReturnNumberDays' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadFormatReturnNumberDays.html" title="CzechPostB2bClient::ResponseCodes::BadFormatReturnNumberDays (class)">BadFormatReturnNumberDays</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::BadHeight' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadHeight.html" title="CzechPostB2bClient::ResponseCodes::BadHeight (class)">BadHeight</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::BadLength' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadLength.html" title="CzechPostB2bClient::ResponseCodes::BadLength (class)">BadLength</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::BadPrefix' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadPrefix.html" title="CzechPostB2bClient::ResponseCodes::BadPrefix (class)">BadPrefix</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::BadPrefixForAddress' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadPrefixForAddress.html" title="CzechPostB2bClient::ResponseCodes::BadPrefixForAddress (class)">BadPrefixForAddress</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::BadPrice' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadPrice.html" title="CzechPostB2bClient::ResponseCodes::BadPrice (class)">BadPrice</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::BadVariableSymbol' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadVariableSymbol.html" title="CzechPostB2bClient::ResponseCodes::BadVariableSymbol (class)">BadVariableSymbol</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::BadWeight' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadWeight.html" title="CzechPostB2bClient::ResponseCodes::BadWeight (class)">BadWeight</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::BadWidth' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BadWidth.html" title="CzechPostB2bClient::ResponseCodes::BadWidth (class)">BadWidth</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::BaseCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BaseCode.html" title="CzechPostB2bClient::ResponseCodes::BaseCode (class)">BaseCode</a></span> &lt; Object<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::BatchClosed' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BatchClosed.html" title="CzechPostB2bClient::ResponseCodes::BatchClosed (class)">BatchClosed</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::BatchInvalid' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BatchInvalid.html" title="CzechPostB2bClient::ResponseCodes::BatchInvalid (class)">BatchInvalid</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::BatchUnfinished' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/BatchUnfinished.html" title="CzechPostB2bClient::ResponseCodes::BatchUnfinished (class)">BatchUnfinished</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::CODAmountOutOfRange' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/CODAmountOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::CODAmountOutOfRange (class)">CODAmountOutOfRange</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::CODAmountTooBig' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/CODAmountTooBig.html" title="CzechPostB2bClient::ResponseCodes::CODAmountTooBig (class)">CODAmountTooBig</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::CanceledOrderNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/CanceledOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::CanceledOrderNumber (class)">CanceledOrderNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::CustomGoodQuantityOutOfRange' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/CustomGoodQuantityOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::CustomGoodQuantityOutOfRange (class)">CustomGoodQuantityOutOfRange</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::CustomerIDNotInAccordanceWithParcelCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/CustomerIDNotInAccordanceWithParcelCode.html" title="CzechPostB2bClient::ResponseCodes::CustomerIDNotInAccordanceWithParcelCode (class)">CustomerIDNotInAccordanceWithParcelCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::DensityOutOfRange' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/DensityOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::DensityOutOfRange (class)">DensityOutOfRange</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::DuplicateDuplicateParcelCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/DuplicateDuplicateParcelCode.html" title="CzechPostB2bClient::ResponseCodes::DuplicateDuplicateParcelCode (class)">DuplicateDuplicateParcelCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::DuplicateParcel' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/DuplicateParcel.html" title="CzechPostB2bClient::ResponseCodes::DuplicateParcel (class)">DuplicateParcel</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::DuplicateParcelCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/DuplicateParcelCode.html" title="CzechPostB2bClient::ResponseCodes::DuplicateParcelCode (class)">DuplicateParcelCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::DuplicitParcelCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/DuplicitParcelCode.html" title="CzechPostB2bClient::ResponseCodes::DuplicitParcelCode (class)">DuplicitParcelCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::FullSequence' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/FullSequence.html" title="CzechPostB2bClient::ResponseCodes::FullSequence (class)">FullSequence</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::FullSequenceDuplicate' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/FullSequenceDuplicate.html" title="CzechPostB2bClient::ResponseCodes::FullSequenceDuplicate (class)">FullSequenceDuplicate</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::IllegalCombinationOfServices' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/IllegalCombinationOfServices.html" title="CzechPostB2bClient::ResponseCodes::IllegalCombinationOfServices (class)">IllegalCombinationOfServices</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoAddRequiredService75' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoAddRequiredService75.html" title="CzechPostB2bClient::ResponseCodes::InfoAddRequiredService75 (class)">InfoAddRequiredService75</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoAddService1A' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoAddService1A.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService1A (class)">InfoAddService1A</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoAddService1B' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoAddService1B.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService1B (class)">InfoAddService1B</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoAddService1D' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoAddService1D.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService1D (class)">InfoAddService1D</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoAddService9' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoAddService9.html" title="CzechPostB2bClient::ResponseCodes::InfoAddService9 (class)">InfoAddService9</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoAddressWasModified' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoAddressWasModified.html" title="CzechPostB2bClient::ResponseCodes::InfoAddressWasModified (class)">InfoAddressWasModified</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoAddresseeToLong' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoAddresseeToLong.html" title="CzechPostB2bClient::ResponseCodes::InfoAddresseeToLong (class)">InfoAddresseeToLong</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelCustCardNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelCustCardNumber (class)">InfoCancelCustCardNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelCustCardNumberAddresseeDocument' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumberAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelCustCardNumberAddresseeDocument (class)">InfoCancelCustCardNumberAddresseeDocument</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelHeight' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelHeight.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelHeight (class)">InfoCancelHeight</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelLength' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelLength.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelLength (class)">InfoCancelLength</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelMobilePhoneOrEmailAddresseeDocument' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelMobilePhoneOrEmailAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelMobilePhoneOrEmailAddresseeDocument (class)">InfoCancelMobilePhoneOrEmailAddresseeDocument</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelPalettsNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelPalettsNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelPalettsNumber (class)">InfoCancelPalettsNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelPersonalIdentificationNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelPersonalIdentificationNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelPersonalIdentificationNumber (class)">InfoCancelPersonalIdentificationNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService1AB' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1AB.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AB (class)">InfoCancelService1AB</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService1ABForService40' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1ABForService40.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1ABForService40 (class)">InfoCancelService1ABForService40</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService1AForPostCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1AForPostCode.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AForPostCode (class)">InfoCancelService1AForPostCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService1AForService40' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1AForService40.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AForService40 (class)">InfoCancelService1AForService40</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService1AWith1B' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1AWith1B.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1AWith1B (class)">InfoCancelService1AWith1B</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService1B' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1B.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1B (class)">InfoCancelService1B</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService1BAddService1A' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1BAddService1A.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1BAddService1A (class)">InfoCancelService1BAddService1A</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService1BForPostCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1BForPostCode.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1BForPostCode (class)">InfoCancelService1BForPostCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService1BWith1A' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1BWith1A.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1BWith1A (class)">InfoCancelService1BWith1A</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService1D' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1D (class)">InfoCancelService1D</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService1E' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1E.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1E (class)">InfoCancelService1E</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService1V' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService1V.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService1V (class)">InfoCancelService1V</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService25' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService25.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService25 (class)">InfoCancelService25</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService27' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService27.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService27 (class)">InfoCancelService27</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService29' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService29.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService29 (class)">InfoCancelService29</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService30' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService30.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService30 (class)">InfoCancelService30</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService31' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService31.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService31 (class)">InfoCancelService31</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService34' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService34.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService34 (class)">InfoCancelService34</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService34InvalidPhoneNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService34InvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService34InvalidPhoneNumber (class)">InfoCancelService34InvalidPhoneNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService45' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService45.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService45 (class)">InfoCancelService45</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService45InvalidPhoneNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService45InvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService45InvalidPhoneNumber (class)">InfoCancelService45InvalidPhoneNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService46' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService46.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService46 (class)">InfoCancelService46</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService47' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService47.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService47 (class)">InfoCancelService47</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService5B' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService5B.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5B (class)">InfoCancelService5B</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService5BAnd5C' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5C.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5BAnd5C (class)">InfoCancelService5BAnd5C</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService5BAnd5D' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5BAnd5D (class)">InfoCancelService5BAnd5D</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService5C' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService5C.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5C (class)">InfoCancelService5C</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService5CAnd5D' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService5CAnd5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5CAnd5D (class)">InfoCancelService5CAnd5D</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelService5D' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5D (class)">InfoCancelService5D</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelVSVoucher' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelVSVoucher.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelVSVoucher (class)">InfoCancelVSVoucher</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCancelWidth' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelWidth.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelWidth (class)">InfoCancelWidth</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoCityChanged' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCityChanged.html" title="CzechPostB2bClient::ResponseCodes::InfoCityChanged (class)">InfoCityChanged</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoInexactAddress' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInexactAddress.html" title="CzechPostB2bClient::ResponseCodes::InfoInexactAddress (class)">InfoInexactAddress</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoInvalidAccount' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidAccount.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidAccount (class)">InfoInvalidAccount</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoInvalidBankCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidBankCode.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidBankCode (class)">InfoInvalidBankCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoInvalidBirthDay' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidBirthDay.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidBirthDay (class)">InfoInvalidBirthDay</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoInvalidCODAmount' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidCODAmount.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidCODAmount (class)">InfoInvalidCODAmount</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoInvalidCategoryCustomDecalaration' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidCategoryCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidCategoryCustomDecalaration (class)">InfoInvalidCategoryCustomDecalaration</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoInvalidEmail' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidEmail.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidEmail (class)">InfoInvalidEmail</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoInvalidMobilePhoneNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidMobilePhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidMobilePhoneNumber (class)">InfoInvalidMobilePhoneNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoInvalidPhoneNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidPhoneNumber (class)">InfoInvalidPhoneNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoInvalidPrefixAccount' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidPrefixAccount.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidPrefixAccount (class)">InfoInvalidPrefixAccount</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoInvalidPrice' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidPrice.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidPrice (class)">InfoInvalidPrice</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoInvalidSpecificSymbol' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidSpecificSymbol.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidSpecificSymbol (class)">InfoInvalidSpecificSymbol</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoInvalidTelephoneNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidTelephoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidTelephoneNumber (class)">InfoInvalidTelephoneNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoInvalidWeight' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoInvalidWeight.html" title="CzechPostB2bClient::ResponseCodes::InfoInvalidWeight (class)">InfoInvalidWeight</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized.html" title="CzechPostB2bClient::ResponseCodes::InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized (class)">InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoPriceIsNotNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoPriceIsNotNumber.html" title="CzechPostB2bClient::ResponseCodes::InfoPriceIsNotNumber (class)">InfoPriceIsNotNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoPriceIsTooBig' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoPriceIsTooBig.html" title="CzechPostB2bClient::ResponseCodes::InfoPriceIsTooBig (class)">InfoPriceIsTooBig</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoService29And47' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoService29And47.html" title="CzechPostB2bClient::ResponseCodes::InfoService29And47 (class)">InfoService29And47</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InfoSpecialPackagingRequest' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoSpecialPackagingRequest.html" title="CzechPostB2bClient::ResponseCodes::InfoSpecialPackagingRequest (class)">InfoSpecialPackagingRequest</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InternalApplicationError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InternalApplicationError.html" title="CzechPostB2bClient::ResponseCodes::InternalApplicationError (class)">InternalApplicationError</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentForParcelType' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentForParcelType.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentForParcelType (class)">InvalidAddressAddresseeDocumentForParcelType</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentObjectNotFound' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentObjectNotFound.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentObjectNotFound (class)">InvalidAddressAddresseeDocumentObjectNotFound</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentWrongCity' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentWrongCity.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentWrongCity (class)">InvalidAddressAddresseeDocumentWrongCity</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidAddressForBalikovna' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressForBalikovna.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForBalikovna (class)">InvalidAddressForBalikovna</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidAddressForBigPackage' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressForBigPackage.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForBigPackage (class)">InvalidAddressForBigPackage</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidAddressForCODAmountOver20000' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressForCODAmountOver20000.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForCODAmountOver20000 (class)">InvalidAddressForCODAmountOver20000</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidAddressForParcelType' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressForParcelType.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressForParcelType (class)">InvalidAddressForParcelType</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidAddressee' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressee.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressee (class)">InvalidAddressee</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidAmount' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAmount.html" title="CzechPostB2bClient::ResponseCodes::InvalidAmount (class)">InvalidAmount</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidAmountCurrency' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAmountCurrency.html" title="CzechPostB2bClient::ResponseCodes::InvalidAmountCurrency (class)">InvalidAmountCurrency</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidAmountType' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAmountType.html" title="CzechPostB2bClient::ResponseCodes::InvalidAmountType (class)">InvalidAmountType</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidCODAmount' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidCODAmount.html" title="CzechPostB2bClient::ResponseCodes::InvalidCODAmount (class)">InvalidCODAmount</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidCODCurrency' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidCODCurrency.html" title="CzechPostB2bClient::ResponseCodes::InvalidCODCurrency (class)">InvalidCODCurrency</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidCODCurrencyAccordance' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidCODCurrencyAccordance.html" title="CzechPostB2bClient::ResponseCodes::InvalidCODCurrencyAccordance (class)">InvalidCODCurrencyAccordance</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidCategoryCustomDecalaration' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidCategoryCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::InvalidCategoryCustomDecalaration (class)">InvalidCategoryCustomDecalaration</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidContentCustomGood' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidContentCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidContentCustomGood (class)">InvalidContentCustomGood</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidCurrencyCustomDecalaration' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidCurrencyCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::InvalidCurrencyCustomDecalaration (class)">InvalidCurrencyCustomDecalaration</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidCustomGoodNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidCustomGoodNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidCustomGoodNumber (class)">InvalidCustomGoodNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidCustomerCardNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidCustomerCardNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidCustomerCardNumber (class)">InvalidCustomerCardNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidCustomerId' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidCustomerId.html" title="CzechPostB2bClient::ResponseCodes::InvalidCustomerId (class)">InvalidCustomerId</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidDensity' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidDensity.html" title="CzechPostB2bClient::ResponseCodes::InvalidDensity (class)">InvalidDensity</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidEmail' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidEmail.html" title="CzechPostB2bClient::ResponseCodes::InvalidEmail (class)">InvalidEmail</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidHeight' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidHeight.html" title="CzechPostB2bClient::ResponseCodes::InvalidHeight (class)">InvalidHeight</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidHsCodeCustomGood' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidHsCodeCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidHsCodeCustomGood (class)">InvalidHsCodeCustomGood</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidIsoCustomGood' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidIsoCustomGood (class)">InvalidIsoCustomGood</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidIsoCustomGoodFormat' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGoodFormat.html" title="CzechPostB2bClient::ResponseCodes::InvalidIsoCustomGoodFormat (class)">InvalidIsoCustomGoodFormat</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidLength' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidLength.html" title="CzechPostB2bClient::ResponseCodes::InvalidLength (class)">InvalidLength</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidLocation' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidLocation.html" title="CzechPostB2bClient::ResponseCodes::InvalidLocation (class)">InvalidLocation</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidMRNCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidMRNCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidMRNCode (class)">InvalidMRNCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidMRNCodeControl' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidMRNCodeControl.html" title="CzechPostB2bClient::ResponseCodes::InvalidMRNCodeControl (class)">InvalidMRNCodeControl</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidNumberClosure' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidNumberClosure.html" title="CzechPostB2bClient::ResponseCodes::InvalidNumberClosure (class)">InvalidNumberClosure</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidOrderNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidOrderNumber (class)">InvalidOrderNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidParcelBarcode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidParcelBarcode.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelBarcode (class)">InvalidParcelBarcode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidParcelBarcodeDuplicate' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidParcelBarcodeDuplicate.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelBarcodeDuplicate (class)">InvalidParcelBarcodeDuplicate</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidParcelCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidParcelCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelCode (class)">InvalidParcelCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidParcelCodeControl' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidParcelCodeControl.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelCodeControl (class)">InvalidParcelCodeControl</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidParcelResponseCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidParcelResponseCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelResponseCode (class)">InvalidParcelResponseCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidParcelTypeForID' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidParcelTypeForID.html" title="CzechPostB2bClient::ResponseCodes::InvalidParcelTypeForID (class)">InvalidParcelTypeForID</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidPartnerCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPartnerCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidPartnerCode (class)">InvalidPartnerCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidPayday' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPayday.html" title="CzechPostB2bClient::ResponseCodes::InvalidPayday (class)">InvalidPayday</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidPhoneNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidPhoneNumber (class)">InvalidPhoneNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidPostCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPostCode.html" title="CzechPostB2bClient::ResponseCodes::InvalidPostCode (class)">InvalidPostCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidPrefixAccordance' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPrefixAccordance.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrefixAccordance (class)">InvalidPrefixAccordance</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidPrefixCombination' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPrefixCombination.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrefixCombination (class)">InvalidPrefixCombination</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidPrefixForDimensionsAndFragile' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPrefixForDimensionsAndFragile.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrefixForDimensionsAndFragile (class)">InvalidPrefixForDimensionsAndFragile</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidPrice' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPrice.html" title="CzechPostB2bClient::ResponseCodes::InvalidPrice (class)">InvalidPrice</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidPriceCurrency' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPriceCurrency.html" title="CzechPostB2bClient::ResponseCodes::InvalidPriceCurrency (class)">InvalidPriceCurrency</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidPriceCurrencyAccordance' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPriceCurrencyAccordance.html" title="CzechPostB2bClient::ResponseCodes::InvalidPriceCurrencyAccordance (class)">InvalidPriceCurrencyAccordance</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidPriceCustomGood' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidPriceCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidPriceCustomGood (class)">InvalidPriceCustomGood</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidQuantityCustomGood' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidQuantityCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidQuantityCustomGood (class)">InvalidQuantityCustomGood</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidResponsibleConsignmentNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidResponsibleConsignmentNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidResponsibleConsignmentNumber (class)">InvalidResponsibleConsignmentNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidReturnNumberDays' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidReturnNumberDays.html" title="CzechPostB2bClient::ResponseCodes::InvalidReturnNumberDays (class)">InvalidReturnNumberDays</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidService18' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidService18.html" title="CzechPostB2bClient::ResponseCodes::InvalidService18 (class)">InvalidService18</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidService19' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidService19.html" title="CzechPostB2bClient::ResponseCodes::InvalidService19 (class)">InvalidService19</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidServiceCombination' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidServiceCombination.html" title="CzechPostB2bClient::ResponseCodes::InvalidServiceCombination (class)">InvalidServiceCombination</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidServicesForDimensions' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidServicesForDimensions.html" title="CzechPostB2bClient::ResponseCodes::InvalidServicesForDimensions (class)">InvalidServicesForDimensions</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidSignNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidSignNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidSignNumber (class)">InvalidSignNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidSubisoCountry' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidSubisoCountry.html" title="CzechPostB2bClient::ResponseCodes::InvalidSubisoCountry (class)">InvalidSubisoCountry</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidTareWeight' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidTareWeight.html" title="CzechPostB2bClient::ResponseCodes::InvalidTareWeight (class)">InvalidTareWeight</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidTiming' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidTiming.html" title="CzechPostB2bClient::ResponseCodes::InvalidTiming (class)">InvalidTiming</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidTransmissionDate' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidTransmissionDate.html" title="CzechPostB2bClient::ResponseCodes::InvalidTransmissionDate (class)">InvalidTransmissionDate</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidTypePrefix' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidTypePrefix.html" title="CzechPostB2bClient::ResponseCodes::InvalidTypePrefix (class)">InvalidTypePrefix</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidUseOfService36' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidUseOfService36.html" title="CzechPostB2bClient::ResponseCodes::InvalidUseOfService36 (class)">InvalidUseOfService36</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidUseOfService37' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidUseOfService37.html" title="CzechPostB2bClient::ResponseCodes::InvalidUseOfService37 (class)">InvalidUseOfService37</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidUseOfService38' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidUseOfService38.html" title="CzechPostB2bClient::ResponseCodes::InvalidUseOfService38 (class)">InvalidUseOfService38</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidWeight' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidWeight.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeight (class)">InvalidWeight</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidWeightCustomGood' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGood.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeightCustomGood (class)">InvalidWeightCustomGood</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidWeightCustomGoodSummary' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGoodSummary.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeightCustomGoodSummary (class)">InvalidWeightCustomGoodSummary</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidWeightForService11' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidWeightForService11.html" title="CzechPostB2bClient::ResponseCodes::InvalidWeightForService11 (class)">InvalidWeightForService11</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidWidth' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidWidth.html" title="CzechPostB2bClient::ResponseCodes::InvalidWidth (class)">InvalidWidth</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidZPROOrderNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::InvalidZPROOrderNumber (class)">InvalidZPROOrderNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidZPROOrderNumberFormat' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumberFormat.html" title="CzechPostB2bClient::ResponseCodes::InvalidZPROOrderNumberFormat (class)">InvalidZPROOrderNumberFormat</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::InvalidostCodeOrCity' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidostCodeOrCity.html" title="CzechPostB2bClient::ResponseCodes::InvalidostCodeOrCity (class)">InvalidostCodeOrCity</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MIssingParcelCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MIssingParcelCode.html" title="CzechPostB2bClient::ResponseCodes::MIssingParcelCode (class)">MIssingParcelCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingAddressee' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingAddressee.html" title="CzechPostB2bClient::ResponseCodes::MissingAddressee (class)">MissingAddressee</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingAddresseeCity' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingAddresseeCity.html" title="CzechPostB2bClient::ResponseCodes::MissingAddresseeCity (class)">MissingAddresseeCity</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingAddresseeStreet' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingAddresseeStreet.html" title="CzechPostB2bClient::ResponseCodes::MissingAddresseeStreet (class)">MissingAddresseeStreet</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingAddresseeZipCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingAddresseeZipCode.html" title="CzechPostB2bClient::ResponseCodes::MissingAddresseeZipCode (class)">MissingAddresseeZipCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingCODAmount' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingCODAmount.html" title="CzechPostB2bClient::ResponseCodes::MissingCODAmount (class)">MissingCODAmount</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingCODAmountType' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingCODAmountType.html" title="CzechPostB2bClient::ResponseCodes::MissingCODAmountType (class)">MissingCODAmountType</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingCategoryCustomDecalaration' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingCategoryCustomDecalaration.html" title="CzechPostB2bClient::ResponseCodes::MissingCategoryCustomDecalaration (class)">MissingCategoryCustomDecalaration</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingCompanyName' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingCompanyName.html" title="CzechPostB2bClient::ResponseCodes::MissingCompanyName (class)">MissingCompanyName</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingContentCustomGood' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingContentCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingContentCustomGood (class)">MissingContentCustomGood</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingCurrencyCustomDeclaration' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingCurrencyCustomDeclaration.html" title="CzechPostB2bClient::ResponseCodes::MissingCurrencyCustomDeclaration (class)">MissingCurrencyCustomDeclaration</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingHandlingInstructions' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingHandlingInstructions.html" title="CzechPostB2bClient::ResponseCodes::MissingHandlingInstructions (class)">MissingHandlingInstructions</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingHeight' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingHeight.html" title="CzechPostB2bClient::ResponseCodes::MissingHeight (class)">MissingHeight</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingHsCodeCustomGood' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingHsCodeCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingHsCodeCustomGood (class)">MissingHsCodeCustomGood</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingIsoCustomGood' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingIsoCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingIsoCustomGood (class)">MissingIsoCustomGood</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingLength' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingLength.html" title="CzechPostB2bClient::ResponseCodes::MissingLength (class)">MissingLength</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingPalettsNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingPalettsNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingPalettsNumber (class)">MissingPalettsNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingParcelCustomGood' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingParcelCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingParcelCustomGood (class)">MissingParcelCustomGood</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingParcelCustomGoods' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingParcelCustomGoods.html" title="CzechPostB2bClient::ResponseCodes::MissingParcelCustomGoods (class)">MissingParcelCustomGoods</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingPhoneNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingPhoneNumber (class)">MissingPhoneNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingPrefix' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingPrefix.html" title="CzechPostB2bClient::ResponseCodes::MissingPrefix (class)">MissingPrefix</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingPrice' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingPrice.html" title="CzechPostB2bClient::ResponseCodes::MissingPrice (class)">MissingPrice</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingPriceCustomGood' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingPriceCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingPriceCustomGood (class)">MissingPriceCustomGood</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingQuantityCustomGood' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingQuantityCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingQuantityCustomGood (class)">MissingQuantityCustomGood</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeDocument' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeDocument (class)">MissingRequiredAddresseeDocument</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeDocumentDuplicate' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocumentDuplicate.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeDocumentDuplicate (class)">MissingRequiredAddresseeDocumentDuplicate</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeEmail' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredAddresseeEmail (class)">MissingRequiredAddresseeEmail</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredEmail' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredEmail (class)">MissingRequiredEmail</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredFirstNameAddresseeDocument' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredFirstNameAddresseeDocument.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredFirstNameAddresseeDocument (class)">MissingRequiredFirstNameAddresseeDocument</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredMRNCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredMRNCode.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredMRNCode (class)">MissingRequiredMRNCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredMobileNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredMobileNumber (class)">MissingRequiredMobileNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredMobileNumberOrEmail' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumberOrEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredMobileNumberOrEmail (class)">MissingRequiredMobileNumberOrEmail</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredParcelCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredParcelCode.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredParcelCode (class)">MissingRequiredParcelCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredPayday' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredPayday.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPayday (class)">MissingRequiredPayday</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumber (class)">MissingRequiredPhoneNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumberOrEmail' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumberOrEmail (class)">MissingRequiredPhoneNumberOrEmail</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumberOrWhat' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrWhat.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPhoneNumberOrWhat (class)">MissingRequiredPhoneNumberOrWhat</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredPrice' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredPrice.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredPrice (class)">MissingRequiredPrice</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredService' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService (class)">MissingRequiredService</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredService10' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService10.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService10 (class)">MissingRequiredService10</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredService1AB' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService1AB.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService1AB (class)">MissingRequiredService1AB</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredService1X' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService1X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService1X (class)">MissingRequiredService1X</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredService2X' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService2X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService2X (class)">MissingRequiredService2X</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredService3X' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService3X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService3X (class)">MissingRequiredService3X</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredService3XTrinity' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService3XTrinity.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService3XTrinity (class)">MissingRequiredService3XTrinity</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredService4' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService4.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService4 (class)">MissingRequiredService4</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredService4X' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService4X.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService4X (class)">MissingRequiredService4X</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredService4x' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredService4x.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredService4x (class)">MissingRequiredService4x</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredVoucherPrice' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredVoucherPrice.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredVoucherPrice (class)">MissingRequiredVoucherPrice</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingRequiredZPROOrderNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingRequiredZPROOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::MissingRequiredZPROOrderNumber (class)">MissingRequiredZPROOrderNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingReturnInstructions' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingReturnInstructions.html" title="CzechPostB2bClient::ResponseCodes::MissingReturnInstructions (class)">MissingReturnInstructions</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingReturnNumberDays' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingReturnNumberDays.html" title="CzechPostB2bClient::ResponseCodes::MissingReturnNumberDays (class)">MissingReturnNumberDays</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingSenderEmail' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingSenderEmail.html" title="CzechPostB2bClient::ResponseCodes::MissingSenderEmail (class)">MissingSenderEmail</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingSizeCategory' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingSizeCategory.html" title="CzechPostB2bClient::ResponseCodes::MissingSizeCategory (class)">MissingSizeCategory</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingSurname' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingSurname.html" title="CzechPostB2bClient::ResponseCodes::MissingSurname (class)">MissingSurname</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingVariableSymbol' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingVariableSymbol.html" title="CzechPostB2bClient::ResponseCodes::MissingVariableSymbol (class)">MissingVariableSymbol</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingVariableSymbolDuplicate' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingVariableSymbolDuplicate.html" title="CzechPostB2bClient::ResponseCodes::MissingVariableSymbolDuplicate (class)">MissingVariableSymbolDuplicate</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingWeightCustomGood' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingWeightCustomGood.html" title="CzechPostB2bClient::ResponseCodes::MissingWeightCustomGood (class)">MissingWeightCustomGood</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::MissingWidth' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingWidth.html" title="CzechPostB2bClient::ResponseCodes::MissingWidth (class)">MissingWidth</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::NfoCancelService9' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/NfoCancelService9.html" title="CzechPostB2bClient::ResponseCodes::NfoCancelService9 (class)">NfoCancelService9</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::NoContractService41' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/NoContractService41.html" title="CzechPostB2bClient::ResponseCodes::NoContractService41 (class)">NoContractService41</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::NoContractServiceReturnReceipt' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/NoContractServiceReturnReceipt.html" title="CzechPostB2bClient::ResponseCodes::NoContractServiceReturnReceipt (class)">NoContractServiceReturnReceipt</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::NotExistingOrderNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/NotExistingOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::NotExistingOrderNumber (class)">NotExistingOrderNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::Ok' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/Ok.html" title="CzechPostB2bClient::ResponseCodes::Ok (class)">Ok</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::OverenoVecerniDorucovani' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/OverenoVecerniDorucovani.html" title="CzechPostB2bClient::ResponseCodes::OverenoVecerniDorucovani (class)">OverenoVecerniDorucovani</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::PalettsNumberOutOfRange' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/PalettsNumberOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::PalettsNumberOutOfRange (class)">PalettsNumberOutOfRange</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::ParcelCodeNotAllowed' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/ParcelCodeNotAllowed.html" title="CzechPostB2bClient::ResponseCodes::ParcelCodeNotAllowed (class)">ParcelCodeNotAllowed</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::ParcelCodeNotInAssignedRange' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/ParcelCodeNotInAssignedRange.html" title="CzechPostB2bClient::ResponseCodes::ParcelCodeNotInAssignedRange (class)">ParcelCodeNotInAssignedRange</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::ParcelDoesNotMeetTheRequirementsForm' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/ParcelDoesNotMeetTheRequirementsForm.html" title="CzechPostB2bClient::ResponseCodes::ParcelDoesNotMeetTheRequirementsForm (class)">ParcelDoesNotMeetTheRequirementsForm</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::PriceAndCODAmountTooBig' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/PriceAndCODAmountTooBig.html" title="CzechPostB2bClient::ResponseCodes::PriceAndCODAmountTooBig (class)">PriceAndCODAmountTooBig</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::PriceOutOfRange' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/PriceOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::PriceOutOfRange (class)">PriceOutOfRange</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::PriceTooBig' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/PriceTooBig.html" title="CzechPostB2bClient::ResponseCodes::PriceTooBig (class)">PriceTooBig</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::PriceTooLow' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/PriceTooLow.html" title="CzechPostB2bClient::ResponseCodes::PriceTooLow (class)">PriceTooLow</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::ResponsibleConsignmentNumberCannotBeImported' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberCannotBeImported.html" title="CzechPostB2bClient::ResponseCodes::ResponsibleConsignmentNumberCannotBeImported (class)">ResponsibleConsignmentNumberCannotBeImported</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::ResponsibleConsignmentNumberOutOfRange' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::ResponsibleConsignmentNumberOutOfRange (class)">ResponsibleConsignmentNumberOutOfRange</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::ServicesCombinationNotAllowed' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/ServicesCombinationNotAllowed.html" title="CzechPostB2bClient::ResponseCodes::ServicesCombinationNotAllowed (class)">ServicesCombinationNotAllowed</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::TransmissionAlreadyClosed' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/TransmissionAlreadyClosed.html" title="CzechPostB2bClient::ResponseCodes::TransmissionAlreadyClosed (class)">TransmissionAlreadyClosed</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::TransmissionNotExists' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/TransmissionNotExists.html" title="CzechPostB2bClient::ResponseCodes::TransmissionNotExists (class)">TransmissionNotExists</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::TransmissionOpened' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/TransmissionOpened.html" title="CzechPostB2bClient::ResponseCodes::TransmissionOpened (class)">TransmissionOpened</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::TransmissionUnfinished' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/TransmissionUnfinished.html" title="CzechPostB2bClient::ResponseCodes::TransmissionUnfinished (class)">TransmissionUnfinished</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::UnauthorizedAccess' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/UnauthorizedAccess.html" title="CzechPostB2bClient::ResponseCodes::UnauthorizedAccess (class)">UnauthorizedAccess</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::UnknownAddresseeCity' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/UnknownAddresseeCity.html" title="CzechPostB2bClient::ResponseCodes::UnknownAddresseeCity (class)">UnknownAddresseeCity</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::UnknownAddresseePostCode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/UnknownAddresseePostCode.html" title="CzechPostB2bClient::ResponseCodes::UnknownAddresseePostCode (class)">UnknownAddresseePostCode</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::UnknownPrefix' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/UnknownPrefix.html" title="CzechPostB2bClient::ResponseCodes::UnknownPrefix (class)">UnknownPrefix</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::VariableSymbolIsNotNumber' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/VariableSymbolIsNotNumber.html" title="CzechPostB2bClient::ResponseCodes::VariableSymbolIsNotNumber (class)">VariableSymbolIsNotNumber</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::WeightCustomGoodOutOfRange' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/WeightCustomGoodOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::WeightCustomGoodOutOfRange (class)">WeightCustomGoodOutOfRange</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::WeightIsOutOfRange' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/WeightIsOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::WeightIsOutOfRange (class)">WeightIsOutOfRange</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li><li id='object_CzechPostB2bClient::ResponseCodes::WeightIsOutOfRangeDuplicate' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/WeightIsOutOfRangeDuplicate.html" title="CzechPostB2bClient::ResponseCodes::WeightIsOutOfRangeDuplicate (class)">WeightIsOutOfRangeDuplicate</a></span> &lt; BaseCode<small class='search_info'>CzechPostB2bClient::ResponseCodes</small></div></li></ul></li><li id='object_CzechPostB2bClient::ResponseParsers' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers.html" title="CzechPostB2bClient::ResponseParsers (module)">ResponseParsers</a></span><small class='search_info'>CzechPostB2bClient</small></div><ul><li id='object_CzechPostB2bClient::ResponseParsers::BaseParser' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/BaseParser.html" title="CzechPostB2bClient::ResponseParsers::BaseParser (class)">BaseParser</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::ResponseParsers</small></div></li><li id='object_CzechPostB2bClient::ResponseParsers::GetParcelStateParser' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetParcelStateParser.html" title="CzechPostB2bClient::ResponseParsers::GetParcelStateParser (class)">GetParcelStateParser</a></span> &lt; BaseParser<small class='search_info'>CzechPostB2bClient::ResponseParsers</small></div></li><li id='object_CzechPostB2bClient::ResponseParsers::GetParcelsPrintingParser' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetParcelsPrintingParser.html" title="CzechPostB2bClient::ResponseParsers::GetParcelsPrintingParser (class)">GetParcelsPrintingParser</a></span> &lt; BaseParser<small class='search_info'>CzechPostB2bClient::ResponseParsers</small></div></li><li id='object_CzechPostB2bClient::ResponseParsers::GetResultParcelsParser' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html" title="CzechPostB2bClient::ResponseParsers::GetResultParcelsParser (class)">GetResultParcelsParser</a></span> &lt; BaseParser<small class='search_info'>CzechPostB2bClient::ResponseParsers</small></div></li><li id='object_CzechPostB2bClient::ResponseParsers::GetStatsParser' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/GetStatsParser.html" title="CzechPostB2bClient::ResponseParsers::GetStatsParser (class)">GetStatsParser</a></span> &lt; BaseParser<small class='search_info'>CzechPostB2bClient::ResponseParsers</small></div></li><li id='object_CzechPostB2bClient::ResponseParsers::SendParcelsParser' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/SendParcelsParser.html" title="CzechPostB2bClient::ResponseParsers::SendParcelsParser (class)">SendParcelsParser</a></span> &lt; BaseParser<small class='search_info'>CzechPostB2bClient::ResponseParsers</small></div></li></ul></li><li id='object_CzechPostB2bClient::Services' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="CzechPostB2bClient/Services.html" title="CzechPostB2bClient::Services (module)">Services</a></span><small class='search_info'>CzechPostB2bClient</small></div><ul><li id='object_CzechPostB2bClient::Services::AddressSheetsGenerator' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/Services/AddressSheetsGenerator.html" title="CzechPostB2bClient::Services::AddressSheetsGenerator (class)">AddressSheetsGenerator</a></span> &lt; Communicator<small class='search_info'>CzechPostB2bClient::Services</small></div></li><li id='object_CzechPostB2bClient::Services::ApiCaller' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/Services/ApiCaller.html" title="CzechPostB2bClient::Services::ApiCaller (class)">ApiCaller</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::Services</small></div></li><li id='object_CzechPostB2bClient::Services::Communicator' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/Services/Communicator.html" title="CzechPostB2bClient::Services::Communicator (class)">Communicator</a></span> &lt; Orchestrator<small class='search_info'>CzechPostB2bClient::Services</small></div></li><li id='object_CzechPostB2bClient::Services::DeliveringInspector' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/Services/DeliveringInspector.html" title="CzechPostB2bClient::Services::DeliveringInspector (class)">DeliveringInspector</a></span> &lt; Communicator<small class='search_info'>CzechPostB2bClient::Services</small></div></li><li id='object_CzechPostB2bClient::Services::Orchestrator' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/Services/Orchestrator.html" title="CzechPostB2bClient::Services::Orchestrator (class)">Orchestrator</a></span> &lt; Base<small class='search_info'>CzechPostB2bClient::Services</small></div></li><li id='object_CzechPostB2bClient::Services::ParcelsSendProcessUpdater' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSendProcessUpdater.html" title="CzechPostB2bClient::Services::ParcelsSendProcessUpdater (class)">ParcelsSendProcessUpdater</a></span> &lt; Communicator<small class='search_info'>CzechPostB2bClient::Services</small></div></li><li id='object_CzechPostB2bClient::Services::ParcelsSender' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSender.html" title="CzechPostB2bClient::Services::ParcelsSender (class)">ParcelsSender</a></span> &lt; Communicator<small class='search_info'>CzechPostB2bClient::Services</small></div></li><li id='object_CzechPostB2bClient::Services::ParcelsSubmissionCloser' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSubmissionCloser.html" title="CzechPostB2bClient::Services::ParcelsSubmissionCloser (class)">ParcelsSubmissionCloser</a></span> &lt; ParcelsSender<small class='search_info'>CzechPostB2bClient::Services</small></div></li><li id='object_CzechPostB2bClient::Services::TimePeriodStatisticator' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="CzechPostB2bClient/Services/TimePeriodStatisticator.html" title="CzechPostB2bClient::Services::TimePeriodStatisticator (class)">TimePeriodStatisticator</a></span> &lt; Communicator<small class='search_info'>CzechPostB2bClient::Services</small></div></li></ul></li></ul></li><li id='object_SteppedService' class='odd'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="SteppedService.html" title="SteppedService (module)">SteppedService</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_SteppedService::Base' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="SteppedService/Base.html" title="SteppedService::Base (class)">Base</a></span> &lt; Object<small class='search_info'>SteppedService</small></div></li><li id='object_SteppedService::Errors' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="SteppedService/Errors.html" title="SteppedService::Errors (class)">Errors</a></span> &lt; Hash<small class='search_info'>SteppedService</small></div></li></ul></li>
47
+
48
+ </ul>
49
+ </div>
50
+ </body>
51
+ </html>
@@ -0,0 +1 @@
1
+ /* Override this file with custom rules */
@@ -0,0 +1,58 @@
1
+ body {
2
+ margin: 0;
3
+ font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
4
+ font-size: 13px;
5
+ height: 101%;
6
+ overflow-x: hidden;
7
+ background: #fafafa;
8
+ }
9
+
10
+ h1 { padding: 12px 10px; padding-bottom: 0; margin: 0; font-size: 1.4em; }
11
+ .clear { clear: both; }
12
+ .fixed_header { position: fixed; background: #fff; width: 100%; padding-bottom: 10px; margin-top: 0; top: 0; z-index: 9999; height: 70px; }
13
+ #search { position: absolute; right: 5px; top: 9px; padding-left: 24px; }
14
+ #content.insearch #search, #content.insearch #noresults { background: url(data:image/gif;base64,R0lGODlhEAAQAPYAAP///wAAAPr6+pKSkoiIiO7u7sjIyNjY2J6engAAAI6OjsbGxjIyMlJSUuzs7KamppSUlPLy8oKCghwcHLKysqSkpJqamvT09Pj4+KioqM7OzkRERAwMDGBgYN7e3ujo6Ly8vCoqKjY2NkZGRtTU1MTExDw8PE5OTj4+PkhISNDQ0MrKylpaWrS0tOrq6nBwcKysrLi4uLq6ul5eXlxcXGJiYoaGhuDg4H5+fvz8/KKiohgYGCwsLFZWVgQEBFBQUMzMzDg4OFhYWBoaGvDw8NbW1pycnOLi4ubm5kBAQKqqqiQkJCAgIK6urnJyckpKSjQ0NGpqatLS0sDAwCYmJnx8fEJCQlRUVAoKCggICLCwsOTk5ExMTPb29ra2tmZmZmhoaNzc3KCgoBISEiIiIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCAAAACwAAAAAEAAQAAAHaIAAgoMgIiYlg4kACxIaACEJCSiKggYMCRselwkpghGJBJEcFgsjJyoAGBmfggcNEx0flBiKDhQFlIoCCA+5lAORFb4AJIihCRbDxQAFChAXw9HSqb60iREZ1omqrIPdJCTe0SWI09GBACH5BAkIAAAALAAAAAAQABAAAAdrgACCgwc0NTeDiYozCQkvOTo9GTmDKy8aFy+NOBA7CTswgywJDTIuEjYFIY0JNYMtKTEFiRU8Pjwygy4ws4owPyCKwsMAJSTEgiQlgsbIAMrO0dKDGMTViREZ14kYGRGK38nHguHEJcvTyIEAIfkECQgAAAAsAAAAABAAEAAAB2iAAIKDAggPg4iJAAMJCRUAJRIqiRGCBI0WQEEJJkWDERkYAAUKEBc4Po1GiKKJHkJDNEeKig4URLS0ICImJZAkuQAhjSi/wQyNKcGDCyMnk8u5rYrTgqDVghgZlYjcACTA1sslvtHRgQAh+QQJCAAAACwAAAAAEAAQAAAHZ4AAgoOEhYaCJSWHgxGDJCQARAtOUoQRGRiFD0kJUYWZhUhKT1OLhR8wBaaFBzQ1NwAlkIszCQkvsbOHL7Y4q4IuEjaqq0ZQD5+GEEsJTDCMmIUhtgk1lo6QFUwJVDKLiYJNUd6/hoEAIfkECQgAAAAsAAAAABAAEAAAB2iAAIKDhIWGgiUlh4MRgyQkjIURGRiGGBmNhJWHm4uen4ICCA+IkIsDCQkVACWmhwSpFqAABQoQF6ALTkWFnYMrVlhWvIKTlSAiJiVVPqlGhJkhqShHV1lCW4cMqSkAR1ofiwsjJyqGgQAh+QQJCAAAACwAAAAAEAAQAAAHZ4AAgoOEhYaCJSWHgxGDJCSMhREZGIYYGY2ElYebi56fhyWQniSKAKKfpaCLFlAPhl0gXYNGEwkhGYREUywag1wJwSkHNDU3D0kJYIMZQwk8MjPBLx9eXwuETVEyAC/BOKsuEjYFhoEAIfkECQgAAAAsAAAAABAAEAAAB2eAAIKDhIWGgiUlh4MRgyQkjIURGRiGGBmNhJWHm4ueICImip6CIQkJKJ4kigynKaqKCyMnKqSEK05StgAGQRxPYZaENqccFgIID4KXmQBhXFkzDgOnFYLNgltaSAAEpxa7BQoQF4aBACH5BAkIAAAALAAAAAAQABAAAAdogACCg4SFggJiPUqCJSWGgkZjCUwZACQkgxGEXAmdT4UYGZqCGWQ+IjKGGIUwPzGPhAc0NTewhDOdL7Ykji+dOLuOLhI2BbaFETICx4MlQitdqoUsCQ2vhKGjglNfU0SWmILaj43M5oEAOwAAAAAAAAAAAA==) no-repeat center left; }
15
+ #full_list { padding: 0; list-style: none; margin-left: 0; margin-top: 80px; font-size: 1.1em; }
16
+ #full_list ul { padding: 0; }
17
+ #full_list li { padding: 0; margin: 0; list-style: none; }
18
+ #full_list li .item { padding: 5px 5px 5px 12px; }
19
+ #noresults { padding: 7px 12px; background: #fff; }
20
+ #content.insearch #noresults { margin-left: 7px; }
21
+ li.collapsed ul { display: none; }
22
+ li a.toggle { cursor: default; position: relative; left: -5px; top: 4px; text-indent: -999px; width: 10px; height: 9px; margin-left: -10px; display: block; float: left; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTM5jWRgMAAAAVdEVYdENyZWF0aW9uIFRpbWUAMy8xNC8wOeNZPpQAAAE2SURBVDiNrZTBccIwEEXfelIAHUA6CZ24BGaWO+FuzZAK4k6gg5QAdGAq+Bxs2Yqx7BzyL7Llp/VfzZeQhCTc/ezuGzKKnKSzpCxXJM8fwNXda3df5RZETlIt6YUzSQDs93sl8w3wBZxCCE10GM1OcWbWjB2mWgEH4Mfdyxm3PSepBHibgQE2wLe7r4HjEidpnXMYdQPKEMJcsZ4zs2POYQOcaPfwMVOo58zsAdMt18BuoVDPxUJRacELbXv3hUIX2vYmOUvi8C8ydz/ThjXrqKqqLbDIAdsCKBd+Wo7GWa7o9qzOQHVVVXeAbs+yHHCH4aTsaCOQqunmUy1yBUAXkdMIfMlgF5EXLo2OpV/c/Up7jG4hhHcYLgWzAZXUc2b2ixsfvc/RmNNfOXD3Q/oeL9axJE1yT9IOoUu6MGUkAAAAAElFTkSuQmCC) no-repeat bottom left; }
23
+ li.collapsed a.toggle { opacity: 0.5; cursor: default; background-position: top left; }
24
+ li { color: #888; cursor: pointer; }
25
+ li.deprecated { text-decoration: line-through; font-style: italic; }
26
+ li.odd { background: #f0f0f0; }
27
+ li.even { background: #fafafa; }
28
+ .item:hover { background: #ddd; }
29
+ li small:before { content: "("; }
30
+ li small:after { content: ")"; }
31
+ li small.search_info { display: none; }
32
+ a, a:visited { text-decoration: none; color: #05a; }
33
+ li.clicked > .item { background: #05a; color: #ccc; }
34
+ li.clicked > .item a, li.clicked > .item a:visited { color: #eee; }
35
+ li.clicked > .item a.toggle { opacity: 0.5; background-position: bottom right; }
36
+ li.collapsed.clicked a.toggle { background-position: top right; }
37
+ #search input { border: 1px solid #bbb; border-radius: 3px; }
38
+ #full_list_nav { margin-left: 10px; font-size: 0.9em; display: block; color: #aaa; }
39
+ #full_list_nav a, #nav a:visited { color: #358; }
40
+ #full_list_nav a:hover { background: transparent; color: #5af; }
41
+ #full_list_nav span:after { content: ' | '; }
42
+ #full_list_nav span:last-child:after { content: ''; }
43
+
44
+ #content h1 { margin-top: 0; }
45
+ li { white-space: nowrap; cursor: normal; }
46
+ li small { display: block; font-size: 0.8em; }
47
+ li small:before { content: ""; }
48
+ li small:after { content: ""; }
49
+ li small.search_info { display: none; }
50
+ #search { width: 170px; position: static; margin: 3px; margin-left: 10px; font-size: 0.9em; color: #888; padding-left: 0; padding-right: 24px; }
51
+ #content.insearch #search { background-position: center right; }
52
+ #search input { width: 110px; }
53
+
54
+ #full_list.insearch ul { display: block; }
55
+ #full_list.insearch .item { display: none; }
56
+ #full_list.insearch .found { display: block; padding-left: 11px !important; }
57
+ #full_list.insearch li a.toggle { display: none; }
58
+ #full_list.insearch li small.search_info { display: block; }
@@ -0,0 +1,496 @@
1
+ html {
2
+ width: 100%;
3
+ height: 100%;
4
+ }
5
+ body {
6
+ font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
7
+ font-size: 13px;
8
+ width: 100%;
9
+ margin: 0;
10
+ padding: 0;
11
+ display: flex;
12
+ display: -webkit-flex;
13
+ display: -ms-flexbox;
14
+ }
15
+
16
+ #nav {
17
+ position: relative;
18
+ width: 100%;
19
+ height: 100%;
20
+ border: 0;
21
+ border-right: 1px dotted #eee;
22
+ overflow: auto;
23
+ }
24
+ .nav_wrap {
25
+ margin: 0;
26
+ padding: 0;
27
+ width: 20%;
28
+ height: 100%;
29
+ position: relative;
30
+ display: flex;
31
+ display: -webkit-flex;
32
+ display: -ms-flexbox;
33
+ flex-shrink: 0;
34
+ -webkit-flex-shrink: 0;
35
+ -ms-flex: 1 0;
36
+ }
37
+ #resizer {
38
+ position: absolute;
39
+ right: -5px;
40
+ top: 0;
41
+ width: 10px;
42
+ height: 100%;
43
+ cursor: col-resize;
44
+ z-index: 9999;
45
+ }
46
+ #main {
47
+ flex: 5 1;
48
+ -webkit-flex: 5 1;
49
+ -ms-flex: 5 1;
50
+ outline: none;
51
+ position: relative;
52
+ background: #fff;
53
+ padding: 1.2em;
54
+ padding-top: 0.2em;
55
+ }
56
+
57
+ @media (max-width: 920px) {
58
+ .nav_wrap { width: 100%; top: 0; right: 0; overflow: visible; position: absolute; }
59
+ #resizer { display: none; }
60
+ #nav {
61
+ z-index: 9999;
62
+ background: #fff;
63
+ display: none;
64
+ position: absolute;
65
+ top: 40px;
66
+ right: 12px;
67
+ width: 500px;
68
+ max-width: 80%;
69
+ height: 80%;
70
+ overflow-y: scroll;
71
+ border: 1px solid #999;
72
+ border-collapse: collapse;
73
+ box-shadow: -7px 5px 25px #aaa;
74
+ border-radius: 2px;
75
+ }
76
+ }
77
+
78
+ @media (min-width: 920px) {
79
+ body { height: 100%; overflow: hidden; }
80
+ #main { height: 100%; overflow: auto; }
81
+ #search { display: none; }
82
+ }
83
+
84
+ #main img { max-width: 100%; }
85
+ h1 { font-size: 25px; margin: 1em 0 0.5em; padding-top: 4px; border-top: 1px dotted #d5d5d5; }
86
+ h1.noborder { border-top: 0px; margin-top: 0; padding-top: 4px; }
87
+ h1.title { margin-bottom: 10px; }
88
+ h1.alphaindex { margin-top: 0; font-size: 22px; }
89
+ h2 {
90
+ padding: 0;
91
+ padding-bottom: 3px;
92
+ border-bottom: 1px #aaa solid;
93
+ font-size: 1.4em;
94
+ margin: 1.8em 0 0.5em;
95
+ position: relative;
96
+ }
97
+ h2 small { font-weight: normal; font-size: 0.7em; display: inline; position: absolute; right: 0; }
98
+ h2 small a {
99
+ display: block;
100
+ height: 20px;
101
+ border: 1px solid #aaa;
102
+ border-bottom: 0;
103
+ border-top-left-radius: 5px;
104
+ background: #f8f8f8;
105
+ position: relative;
106
+ padding: 2px 7px;
107
+ }
108
+ .clear { clear: both; }
109
+ .inline { display: inline; }
110
+ .inline p:first-child { display: inline; }
111
+ .docstring, .tags, #filecontents { font-size: 15px; line-height: 1.5145em; }
112
+ .docstring p > code, .docstring p > tt, .tags p > code, .tags p > tt {
113
+ color: #c7254e; background: #f9f2f4; padding: 2px 4px; font-size: 1em;
114
+ border-radius: 4px;
115
+ }
116
+ .docstring h1, .docstring h2, .docstring h3, .docstring h4 { padding: 0; border: 0; border-bottom: 1px dotted #bbb; }
117
+ .docstring h1 { font-size: 1.2em; }
118
+ .docstring h2 { font-size: 1.1em; }
119
+ .docstring h3, .docstring h4 { font-size: 1em; border-bottom: 0; padding-top: 10px; }
120
+ .summary_desc .object_link a, .docstring .object_link a {
121
+ font-family: monospace; font-size: 1.05em;
122
+ color: #05a; background: #EDF4FA; padding: 2px 4px; font-size: 1em;
123
+ border-radius: 4px;
124
+ }
125
+ .rdoc-term { padding-right: 25px; font-weight: bold; }
126
+ .rdoc-list p { margin: 0; padding: 0; margin-bottom: 4px; }
127
+ .summary_desc pre.code .object_link a, .docstring pre.code .object_link a {
128
+ padding: 0px; background: inherit; color: inherit; border-radius: inherit;
129
+ }
130
+
131
+ /* style for <table> */
132
+ #filecontents table, .docstring table { border-collapse: collapse; }
133
+ #filecontents table th, #filecontents table td,
134
+ .docstring table th, .docstring table td { border: 1px solid #ccc; padding: 8px; padding-right: 17px; }
135
+ #filecontents table tr:nth-child(odd),
136
+ .docstring table tr:nth-child(odd) { background: #eee; }
137
+ #filecontents table tr:nth-child(even),
138
+ .docstring table tr:nth-child(even) { background: #fff; }
139
+ #filecontents table th, .docstring table th { background: #fff; }
140
+
141
+ /* style for <ul> */
142
+ #filecontents li > p, .docstring li > p { margin: 0px; }
143
+ #filecontents ul, .docstring ul { padding-left: 20px; }
144
+ /* style for <dl> */
145
+ #filecontents dl, .docstring dl { border: 1px solid #ccc; }
146
+ #filecontents dt, .docstring dt { background: #ddd; font-weight: bold; padding: 3px 5px; }
147
+ #filecontents dd, .docstring dd { padding: 5px 0px; margin-left: 18px; }
148
+ #filecontents dd > p, .docstring dd > p { margin: 0px; }
149
+
150
+ .note {
151
+ color: #222;
152
+ margin: 20px 0;
153
+ padding: 10px;
154
+ border: 1px solid #eee;
155
+ border-radius: 3px;
156
+ display: block;
157
+ }
158
+ .docstring .note {
159
+ border-left-color: #ccc;
160
+ border-left-width: 5px;
161
+ }
162
+ .note.todo { background: #ffffc5; border-color: #ececaa; }
163
+ .note.returns_void { background: #efefef; }
164
+ .note.deprecated { background: #ffe5e5; border-color: #e9dada; }
165
+ .note.title.deprecated { background: #ffe5e5; border-color: #e9dada; }
166
+ .note.private { background: #ffffc5; border-color: #ececaa; }
167
+ .note.title { padding: 3px 6px; font-size: 0.9em; font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; display: inline; }
168
+ .summary_signature + .note.title { margin-left: 7px; }
169
+ h1 .note.title { font-size: 0.5em; font-weight: normal; padding: 3px 5px; position: relative; top: -3px; text-transform: capitalize; }
170
+ .note.title { background: #efefef; }
171
+ .note.title.constructor { color: #fff; background: #6a98d6; border-color: #6689d6; }
172
+ .note.title.writeonly { color: #fff; background: #45a638; border-color: #2da31d; }
173
+ .note.title.readonly { color: #fff; background: #6a98d6; border-color: #6689d6; }
174
+ .note.title.private { background: #d5d5d5; border-color: #c5c5c5; }
175
+ .note.title.not_defined_here { background: transparent; border: none; font-style: italic; }
176
+ .discussion .note { margin-top: 6px; }
177
+ .discussion .note:first-child { margin-top: 0; }
178
+
179
+ h3.inherited {
180
+ font-style: italic;
181
+ font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
182
+ font-weight: normal;
183
+ padding: 0;
184
+ margin: 0;
185
+ margin-top: 12px;
186
+ margin-bottom: 3px;
187
+ font-size: 13px;
188
+ }
189
+ p.inherited {
190
+ padding: 0;
191
+ margin: 0;
192
+ margin-left: 25px;
193
+ }
194
+
195
+ .box_info dl {
196
+ margin: 0;
197
+ border: 0;
198
+ width: 100%;
199
+ font-size: 1em;
200
+ display: flex;
201
+ display: -webkit-flex;
202
+ display: -ms-flexbox;
203
+ }
204
+ .box_info dl dt {
205
+ flex-shrink: 0;
206
+ -webkit-flex-shrink: 1;
207
+ -ms-flex-shrink: 1;
208
+ width: 100px;
209
+ text-align: right;
210
+ font-weight: bold;
211
+ border: 1px solid #aaa;
212
+ border-width: 1px 0px 0px 1px;
213
+ padding: 6px 0;
214
+ padding-right: 10px;
215
+ }
216
+ .box_info dl dd {
217
+ flex-grow: 1;
218
+ -webkit-flex-grow: 1;
219
+ -ms-flex: 1;
220
+ max-width: 420px;
221
+ padding: 6px 0;
222
+ padding-right: 20px;
223
+ border: 1px solid #aaa;
224
+ border-width: 1px 1px 0 0;
225
+ overflow: hidden;
226
+ position: relative;
227
+ }
228
+ .box_info dl:last-child > * {
229
+ border-bottom: 1px solid #aaa;
230
+ }
231
+ .box_info dl:nth-child(odd) > * { background: #eee; }
232
+ .box_info dl:nth-child(even) > * { background: #fff; }
233
+ .box_info dl > * { margin: 0; }
234
+
235
+ ul.toplevel { list-style: none; padding-left: 0; font-size: 1.1em; }
236
+ .index_inline_list { padding-left: 0; font-size: 1.1em; }
237
+
238
+ .index_inline_list li {
239
+ list-style: none;
240
+ display: inline-block;
241
+ padding: 0 12px;
242
+ line-height: 30px;
243
+ margin-bottom: 5px;
244
+ }
245
+
246
+ dl.constants { margin-left: 10px; }
247
+ dl.constants dt { font-weight: bold; font-size: 1.1em; margin-bottom: 5px; }
248
+ dl.constants.compact dt { display: inline-block; font-weight: normal }
249
+ dl.constants dd { width: 75%; white-space: pre; font-family: monospace; margin-bottom: 18px; }
250
+ dl.constants .docstring .note:first-child { margin-top: 5px; }
251
+
252
+ .summary_desc {
253
+ margin-left: 32px;
254
+ display: block;
255
+ font-family: sans-serif;
256
+ font-size: 1.1em;
257
+ margin-top: 8px;
258
+ line-height: 1.5145em;
259
+ margin-bottom: 0.8em;
260
+ }
261
+ .summary_desc tt { font-size: 0.9em; }
262
+ dl.constants .note { padding: 2px 6px; padding-right: 12px; margin-top: 6px; }
263
+ dl.constants .docstring { margin-left: 32px; font-size: 0.9em; font-weight: normal; }
264
+ dl.constants .tags { padding-left: 32px; font-size: 0.9em; line-height: 0.8em; }
265
+ dl.constants .discussion *:first-child { margin-top: 0; }
266
+ dl.constants .discussion *:last-child { margin-bottom: 0; }
267
+
268
+ .method_details { border-top: 1px dotted #ccc; margin-top: 25px; padding-top: 0; }
269
+ .method_details.first { border: 0; margin-top: 5px; }
270
+ .method_details.first h3.signature { margin-top: 1em; }
271
+ p.signature, h3.signature {
272
+ font-size: 1.1em; font-weight: normal; font-family: Monaco, Consolas, Courier, monospace;
273
+ padding: 6px 10px; margin-top: 1em;
274
+ background: #E8F4FF; border: 1px solid #d8d8e5; border-radius: 5px;
275
+ }
276
+ p.signature tt,
277
+ h3.signature tt { font-family: Monaco, Consolas, Courier, monospace; }
278
+ p.signature .overload,
279
+ h3.signature .overload { display: block; }
280
+ p.signature .extras,
281
+ h3.signature .extras { font-weight: normal; font-family: sans-serif; color: #444; font-size: 1em; }
282
+ p.signature .not_defined_here,
283
+ h3.signature .not_defined_here,
284
+ p.signature .aliases,
285
+ h3.signature .aliases { display: block; font-weight: normal; font-size: 0.9em; font-family: sans-serif; margin-top: 0px; color: #555; }
286
+ p.signature .aliases .names,
287
+ h3.signature .aliases .names { font-family: Monaco, Consolas, Courier, monospace; font-weight: bold; color: #000; font-size: 1.2em; }
288
+
289
+ .tags .tag_title { font-size: 1.05em; margin-bottom: 0; font-weight: bold; }
290
+ .tags .tag_title tt { color: initial; padding: initial; background: initial; }
291
+ .tags ul { margin-top: 5px; padding-left: 30px; list-style: square; }
292
+ .tags ul li { margin-bottom: 3px; }
293
+ .tags ul .name { font-family: monospace; font-weight: bold; }
294
+ .tags ul .note { padding: 3px 6px; }
295
+ .tags { margin-bottom: 12px; }
296
+
297
+ .tags .examples .tag_title { margin-bottom: 10px; font-weight: bold; }
298
+ .tags .examples .inline p { padding: 0; margin: 0; font-weight: bold; font-size: 1em; }
299
+ .tags .examples .inline p:before { content: "▸"; font-size: 1em; margin-right: 5px; }
300
+
301
+ .tags .overload .overload_item { list-style: none; margin-bottom: 25px; }
302
+ .tags .overload .overload_item .signature {
303
+ padding: 2px 8px;
304
+ background: #F1F8FF; border: 1px solid #d8d8e5; border-radius: 3px;
305
+ }
306
+ .tags .overload .signature { margin-left: -15px; font-family: monospace; display: block; font-size: 1.1em; }
307
+ .tags .overload .docstring { margin-top: 15px; }
308
+
309
+ .defines { display: none; }
310
+
311
+ #method_missing_details .notice.this { position: relative; top: -8px; color: #888; padding: 0; margin: 0; }
312
+
313
+ .showSource { font-size: 0.9em; }
314
+ .showSource a, .showSource a:visited { text-decoration: none; color: #666; }
315
+
316
+ #content a, #content a:visited { text-decoration: none; color: #05a; }
317
+ #content a:hover { background: #ffffa5; }
318
+
319
+ ul.summary {
320
+ list-style: none;
321
+ font-family: monospace;
322
+ font-size: 1em;
323
+ line-height: 1.5em;
324
+ padding-left: 0px;
325
+ }
326
+ ul.summary a, ul.summary a:visited {
327
+ text-decoration: none; font-size: 1.1em;
328
+ }
329
+ ul.summary li { margin-bottom: 5px; }
330
+ .summary_signature { padding: 4px 8px; background: #f8f8f8; border: 1px solid #f0f0f0; border-radius: 5px; }
331
+ .summary_signature:hover { background: #CFEBFF; border-color: #A4CCDA; cursor: pointer; }
332
+ .summary_signature.deprecated { background: #ffe5e5; border-color: #e9dada; }
333
+ ul.summary.compact li { display: inline-block; margin: 0px 5px 0px 0px; line-height: 2.6em;}
334
+ ul.summary.compact .summary_signature { padding: 5px 7px; padding-right: 4px; }
335
+ #content .summary_signature:hover a,
336
+ #content .summary_signature:hover a:visited {
337
+ background: transparent;
338
+ color: #049;
339
+ }
340
+
341
+ p.inherited a { font-family: monospace; font-size: 0.9em; }
342
+ p.inherited { word-spacing: 5px; font-size: 1.2em; }
343
+
344
+ p.children { font-size: 1.2em; }
345
+ p.children a { font-size: 0.9em; }
346
+ p.children strong { font-size: 0.8em; }
347
+ p.children strong.modules { padding-left: 5px; }
348
+
349
+ ul.fullTree { display: none; padding-left: 0; list-style: none; margin-left: 0; margin-bottom: 10px; }
350
+ ul.fullTree ul { margin-left: 0; padding-left: 0; list-style: none; }
351
+ ul.fullTree li { text-align: center; padding-top: 18px; padding-bottom: 12px; background: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAHtJREFUeNqMzrEJAkEURdGzuhgZbSoYWcAWoBVsB4JgZAGmphsZCZYzTQgWNCYrDN9RvMmHx+X916SUBFbo8CzD1idXrLErw1mQttgXtyrOcQ/Ny5p4Qh+2XqLYYazsPWNTiuMkRxa4vcV+evuNAUOLIx5+c2hyzv7hNQC67Q+/HHmlEwAAAABJRU5ErkJggg==) no-repeat top center; }
352
+ ul.fullTree li:first-child { padding-top: 0; background: transparent; }
353
+ ul.fullTree li:last-child { padding-bottom: 0; }
354
+ .showAll ul.fullTree { display: block; }
355
+ .showAll .inheritName { display: none; }
356
+
357
+ #search { position: absolute; right: 12px; top: 0px; z-index: 9000; }
358
+ #search a {
359
+ display: block; float: left;
360
+ padding: 4px 8px; text-decoration: none; color: #05a; fill: #05a;
361
+ border: 1px solid #d8d8e5;
362
+ border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;
363
+ background: #F1F8FF;
364
+ box-shadow: -1px 1px 3px #ddd;
365
+ }
366
+ #search a:hover { background: #f5faff; color: #06b; fill: #06b; }
367
+ #search a.active {
368
+ background: #568; padding-bottom: 20px; color: #fff; fill: #fff;
369
+ border: 1px solid #457;
370
+ border-top-left-radius: 5px; border-top-right-radius: 5px;
371
+ }
372
+ #search a.inactive { color: #999; fill: #999; }
373
+ .inheritanceTree, .toggleDefines {
374
+ float: right;
375
+ border-left: 1px solid #aaa;
376
+ position: absolute; top: 0; right: 0;
377
+ height: 100%;
378
+ background: #f6f6f6;
379
+ padding: 5px;
380
+ min-width: 55px;
381
+ text-align: center;
382
+ }
383
+
384
+ #menu { font-size: 1.3em; color: #bbb; }
385
+ #menu .title, #menu a { font-size: 0.7em; }
386
+ #menu .title a { font-size: 1em; }
387
+ #menu .title { color: #555; }
388
+ #menu a, #menu a:visited { color: #333; text-decoration: none; border-bottom: 1px dotted #bbd; }
389
+ #menu a:hover { color: #05a; }
390
+
391
+ #footer { margin-top: 15px; border-top: 1px solid #ccc; text-align: center; padding: 7px 0; color: #999; }
392
+ #footer a, #footer a:visited { color: #444; text-decoration: none; border-bottom: 1px dotted #bbd; }
393
+ #footer a:hover { color: #05a; }
394
+
395
+ #listing ul.alpha { font-size: 1.1em; }
396
+ #listing ul.alpha { margin: 0; padding: 0; padding-bottom: 10px; list-style: none; }
397
+ #listing ul.alpha li.letter { font-size: 1.4em; padding-bottom: 10px; }
398
+ #listing ul.alpha ul { margin: 0; padding-left: 15px; }
399
+ #listing ul small { color: #666; font-size: 0.7em; }
400
+
401
+ li.r1 { background: #f0f0f0; }
402
+ li.r2 { background: #fafafa; }
403
+
404
+ #content ul.summary li.deprecated .summary_signature a,
405
+ #content ul.summary li.deprecated .summary_signature a:visited { text-decoration: line-through; font-style: italic; }
406
+
407
+ #toc {
408
+ position: relative;
409
+ float: right;
410
+ overflow-x: auto;
411
+ right: -3px;
412
+ margin-left: 20px;
413
+ margin-bottom: 20px;
414
+ padding: 20px; padding-right: 30px;
415
+ max-width: 300px;
416
+ z-index: 5000;
417
+ background: #fefefe;
418
+ border: 1px solid #ddd;
419
+ box-shadow: -2px 2px 6px #bbb;
420
+ }
421
+ #toc .title { margin: 0; }
422
+ #toc ol { padding-left: 1.8em; }
423
+ #toc li { font-size: 1.1em; line-height: 1.7em; }
424
+ #toc > ol > li { font-size: 1.1em; font-weight: bold; }
425
+ #toc ol > ol { font-size: 0.9em; }
426
+ #toc ol ol > ol { padding-left: 2.3em; }
427
+ #toc ol + li { margin-top: 0.3em; }
428
+ #toc.hidden { padding: 10px; background: #fefefe; box-shadow: none; }
429
+ #toc.hidden:hover { background: #fafafa; }
430
+ #filecontents h1 + #toc.nofloat { margin-top: 0; }
431
+ @media (max-width: 560px) {
432
+ #toc {
433
+ margin-left: 0;
434
+ margin-top: 16px;
435
+ float: none;
436
+ max-width: none;
437
+ }
438
+ }
439
+
440
+ /* syntax highlighting */
441
+ .source_code { display: none; padding: 3px 8px; border-left: 8px solid #ddd; margin-top: 5px; }
442
+ #filecontents pre.code, .docstring pre.code, .source_code pre { font-family: monospace; }
443
+ #filecontents pre.code, .docstring pre.code { display: block; }
444
+ .source_code .lines { padding-right: 12px; color: #555; text-align: right; }
445
+ #filecontents pre.code, .docstring pre.code,
446
+ .tags pre.example {
447
+ padding: 9px 14px;
448
+ margin-top: 4px;
449
+ border: 1px solid #e1e1e8;
450
+ background: #f7f7f9;
451
+ border-radius: 4px;
452
+ font-size: 1em;
453
+ overflow-x: auto;
454
+ line-height: 1.2em;
455
+ }
456
+ pre.code { color: #000; tab-size: 2; }
457
+ pre.code .info.file { color: #555; }
458
+ pre.code .val { color: #036A07; }
459
+ pre.code .tstring_content,
460
+ pre.code .heredoc_beg, pre.code .heredoc_end,
461
+ pre.code .qwords_beg, pre.code .qwords_end, pre.code .qwords_sep,
462
+ pre.code .words_beg, pre.code .words_end, pre.code .words_sep,
463
+ pre.code .qsymbols_beg, pre.code .qsymbols_end, pre.code .qsymbols_sep,
464
+ pre.code .symbols_beg, pre.code .symbols_end, pre.code .symbols_sep,
465
+ pre.code .tstring, pre.code .dstring { color: #036A07; }
466
+ pre.code .fid, pre.code .rubyid_new, pre.code .rubyid_to_s,
467
+ pre.code .rubyid_to_sym, pre.code .rubyid_to_f,
468
+ pre.code .dot + pre.code .id,
469
+ pre.code .rubyid_to_i pre.code .rubyid_each { color: #0085FF; }
470
+ pre.code .comment { color: #0066FF; }
471
+ pre.code .const, pre.code .constant { color: #585CF6; }
472
+ pre.code .label,
473
+ pre.code .symbol { color: #C5060B; }
474
+ pre.code .kw,
475
+ pre.code .rubyid_require,
476
+ pre.code .rubyid_extend,
477
+ pre.code .rubyid_include { color: #0000FF; }
478
+ pre.code .ivar { color: #318495; }
479
+ pre.code .gvar,
480
+ pre.code .rubyid_backref,
481
+ pre.code .rubyid_nth_ref { color: #6D79DE; }
482
+ pre.code .regexp, .dregexp { color: #036A07; }
483
+ pre.code a { border-bottom: 1px dotted #bbf; }
484
+ /* inline code */
485
+ *:not(pre) > code {
486
+ padding: 1px 3px 1px 3px;
487
+ border: 1px solid #E1E1E8;
488
+ background: #F7F7F9;
489
+ border-radius: 4px;
490
+ }
491
+
492
+ /* Color fix for links */
493
+ #content .summary_desc pre.code .id > .object_link a, /* identifier */
494
+ #content .docstring pre.code .id > .object_link a { color: #0085FF; }
495
+ #content .summary_desc pre.code .const > .object_link a, /* constant */
496
+ #content .docstring pre.code .const > .object_link a { color: #585CF6; }