Class: Peddler::APIs::VendorOrdersV1::ImportDetails
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorOrdersV1::ImportDetails
- Defined in:
- sig/peddler/apis/vendor_orders_v1.rbs
Instance Attribute Summary collapse
-
#import_containers ⇒ String?
readonly
Returns the value of attribute import_containers.
-
#international_commercial_terms ⇒ String?
readonly
Returns the value of attribute international_commercial_terms.
-
#method_of_payment ⇒ String?
readonly
Returns the value of attribute method_of_payment.
-
#port_of_delivery ⇒ String?
readonly
Returns the value of attribute port_of_delivery.
-
#shipping_instructions ⇒ String?
readonly
Returns the value of attribute shipping_instructions.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :import_containers, :international_commercial_terms, :method_of_payment, :port_of_delivery, :shipping_instructions ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorOrdersV1::ImportDetails
Instance Method Summary collapse
-
#members ⇒ [ :import_containers, :international_commercial_terms, :method_of_payment, :port_of_delivery, :shipping_instructions ]
-
#to_h ⇒ { import_containers: String?, international_commercial_terms: String?, method_of_payment: String?, port_of_delivery: String?, shipping_instructions: String? }
Instance Attribute Details
#import_containers ⇒ String? (readonly)
Returns the value of attribute import_containers.
131 132 133 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 131 def import_containers @import_containers end |
#international_commercial_terms ⇒ String? (readonly)
Returns the value of attribute international_commercial_terms.
132 133 134 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 132 def international_commercial_terms @international_commercial_terms end |
#method_of_payment ⇒ String? (readonly)
Returns the value of attribute method_of_payment.
133 134 135 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 133 def method_of_payment @method_of_payment end |
#port_of_delivery ⇒ String? (readonly)
Returns the value of attribute port_of_delivery.
134 135 136 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 134 def port_of_delivery @port_of_delivery end |
#shipping_instructions ⇒ String? (readonly)
Returns the value of attribute shipping_instructions.
135 136 137 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 135 def shipping_instructions @shipping_instructions end |
Class Method Details
.[](import_containers:, international_commercial_terms:, method_of_payment:, port_of_delivery:, shipping_instructions:) ⇒ Peddler::APIs::VendorOrdersV1::ImportDetails .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::VendorOrdersV1::ImportDetails
124 125 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 124
def self.[]: (?import_containers: String?, ?international_commercial_terms: String?, ?method_of_payment: String?, ?port_of_delivery: String?, ?shipping_instructions: String?) -> Peddler::APIs::VendorOrdersV1::ImportDetails
| (String?, String?, String?, String?, String?) -> Peddler::APIs::VendorOrdersV1::ImportDetails
|
.members ⇒ [ :import_containers, :international_commercial_terms, :method_of_payment, :port_of_delivery, :shipping_instructions ]
127 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 127
def self.members: () -> [ :import_containers, :international_commercial_terms, :method_of_payment, :port_of_delivery, :shipping_instructions ]
|
.new(import_containers:, international_commercial_terms:, method_of_payment:, port_of_delivery:, shipping_instructions:) ⇒ Peddler::APIs::VendorOrdersV1::ImportDetails .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::VendorOrdersV1::ImportDetails
122 123 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 122
def self.new: (?import_containers: String?, ?international_commercial_terms: String?, ?method_of_payment: String?, ?port_of_delivery: String?, ?shipping_instructions: String?) -> Peddler::APIs::VendorOrdersV1::ImportDetails
| (String?, String?, String?, String?, String?) -> Peddler::APIs::VendorOrdersV1::ImportDetails
|
.parse ⇒ Peddler::APIs::VendorOrdersV1::ImportDetails
129 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 129
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorOrdersV1::ImportDetails
|
Instance Method Details
#members ⇒ [ :import_containers, :international_commercial_terms, :method_of_payment, :port_of_delivery, :shipping_instructions ]
137 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 137
def members: () -> [ :import_containers, :international_commercial_terms, :method_of_payment, :port_of_delivery, :shipping_instructions ]
|
#to_h ⇒ { import_containers: String?, international_commercial_terms: String?, method_of_payment: String?, port_of_delivery: String?, shipping_instructions: String? }
138 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 138
def to_h: () -> { import_containers: String?, international_commercial_terms: String?, method_of_payment: String?, port_of_delivery: String?, shipping_instructions: String? }
|