Class: Peddler::APIs::VendorOrdersV1::ImportDetails

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/vendor_orders_v1.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#import_containersString? (readonly)

Returns the value of attribute import_containers.

Returns:

  • (String, nil)


131
132
133
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 131

def import_containers
  @import_containers
end

#international_commercial_termsString? (readonly)

Returns the value of attribute international_commercial_terms.

Returns:

  • (String, nil)


132
133
134
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 132

def international_commercial_terms
  @international_commercial_terms
end

#method_of_paymentString? (readonly)

Returns the value of attribute method_of_payment.

Returns:

  • (String, nil)


133
134
135
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 133

def method_of_payment
  @method_of_payment
end

#port_of_deliveryString? (readonly)

Returns the value of attribute port_of_delivery.

Returns:

  • (String, nil)


134
135
136
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 134

def port_of_delivery
  @port_of_delivery
end

#shipping_instructionsString? (readonly)

Returns the value of attribute shipping_instructions.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::VendorOrdersV1::ImportDetails

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:

  • ({ 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? }