Method: OpenapiClient::PurchaseLabelWithoutShipment.openapi_types
- Defined in:
- lib/openapi_client/models/purchase_label_without_shipment.rb
.openapi_types ⇒ Object
Attribute type mapping.
37 38 39 40 41 42 43 44 |
# File 'lib/openapi_client/models/purchase_label_without_shipment.rb', line 37 def self.openapi_types { :'validate_address' => :'ValidateAddress', :'label_layout' => :'LabelLayout', :'label_format' => :'LabelFormat', :'label_download_type' => :'LabelDownloadType' } end |