Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrder
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrder
- Defined in:
- sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs
Instance Attribute Summary collapse
-
#created_at ⇒ Time
readonly
Returns the value of attribute created_at.
-
#destination_details ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::DestinationDetails?
readonly
Returns the value of attribute destination_details.
-
#external_reference_id ⇒ String?
readonly
Returns the value of attribute external_reference_id.
-
#order_id ⇒ String
readonly
Returns the value of attribute order_id.
-
#order_status ⇒ String
readonly
Returns the value of attribute order_status.
-
#origin_address ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::Address
readonly
Returns the value of attribute origin_address.
-
#packages_to_inbound ⇒ Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::DistributionPackageQuantity]
readonly
Returns the value of attribute packages_to_inbound.
-
#preferences ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundPreferences?
readonly
Returns the value of attribute preferences.
-
#updated_at ⇒ Time?
readonly
Returns the value of attribute updated_at.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :created_at, :order_id, :order_status, :origin_address, :packages_to_inbound, :destination_details, :external_reference_id, :preferences, :updated_at ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrder
Instance Method Summary collapse
-
#members ⇒ [ :created_at, :order_id, :order_status, :origin_address, :packages_to_inbound, :destination_details, :external_reference_id, :preferences, :updated_at ]
-
#to_h ⇒ { created_at: Time, order_id: String, order_status: String, origin_address: Peddler::APIs::AmazonWarehousingAndDistribution20240509::Address, packages_to_inbound: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::DistributionPackageQuantity], destination_details: Peddler::APIs::AmazonWarehousingAndDistribution20240509::DestinationDetails?, external_reference_id: String?, preferences: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundPreferences?, updated_at: Time? }
Instance Attribute Details
#created_at ⇒ Time (readonly)
Returns the value of attribute created_at.
233 234 235 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 233 def created_at @created_at end |
#destination_details ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::DestinationDetails? (readonly)
Returns the value of attribute destination_details.
234 235 236 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 234 def destination_details @destination_details end |
#external_reference_id ⇒ String? (readonly)
Returns the value of attribute external_reference_id.
235 236 237 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 235 def external_reference_id @external_reference_id end |
#order_id ⇒ String (readonly)
Returns the value of attribute order_id.
236 237 238 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 236 def order_id @order_id end |
#order_status ⇒ String (readonly)
Returns the value of attribute order_status.
237 238 239 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 237 def order_status @order_status end |
#origin_address ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::Address (readonly)
Returns the value of attribute origin_address.
238 239 240 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 238 def origin_address @origin_address end |
#packages_to_inbound ⇒ Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::DistributionPackageQuantity] (readonly)
Returns the value of attribute packages_to_inbound.
239 240 241 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 239 def packages_to_inbound @packages_to_inbound end |
#preferences ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundPreferences? (readonly)
Returns the value of attribute preferences.
240 241 242 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 240 def preferences @preferences end |
#updated_at ⇒ Time? (readonly)
Returns the value of attribute updated_at.
241 242 243 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 241 def updated_at @updated_at end |
Class Method Details
.[](created_at:, order_id:, order_status:, origin_address:, packages_to_inbound:, destination_details:, external_reference_id:, preferences:, updated_at:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrder .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrder
226 227 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 226
def self.[]: (created_at: Time, order_id: String, order_status: String, origin_address: Peddler::APIs::AmazonWarehousingAndDistribution20240509::Address, packages_to_inbound: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::DistributionPackageQuantity], ?destination_details: Peddler::APIs::AmazonWarehousingAndDistribution20240509::DestinationDetails?, ?external_reference_id: String?, ?preferences: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundPreferences?, ?updated_at: Time?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrder
| (Time, String, String, Peddler::APIs::AmazonWarehousingAndDistribution20240509::Address, Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::DistributionPackageQuantity], Peddler::APIs::AmazonWarehousingAndDistribution20240509::DestinationDetails?, String?, Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundPreferences?, Time?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrder
|
.members ⇒ [ :created_at, :order_id, :order_status, :origin_address, :packages_to_inbound, :destination_details, :external_reference_id, :preferences, :updated_at ]
229 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 229
def self.members: () -> [ :created_at, :order_id, :order_status, :origin_address, :packages_to_inbound, :destination_details, :external_reference_id, :preferences, :updated_at ]
|
.new(created_at:, order_id:, order_status:, origin_address:, packages_to_inbound:, destination_details:, external_reference_id:, preferences:, updated_at:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrder .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrder
224 225 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 224
def self.new: (created_at: Time, order_id: String, order_status: String, origin_address: Peddler::APIs::AmazonWarehousingAndDistribution20240509::Address, packages_to_inbound: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::DistributionPackageQuantity], ?destination_details: Peddler::APIs::AmazonWarehousingAndDistribution20240509::DestinationDetails?, ?external_reference_id: String?, ?preferences: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundPreferences?, ?updated_at: Time?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrder
| (Time, String, String, Peddler::APIs::AmazonWarehousingAndDistribution20240509::Address, Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::DistributionPackageQuantity], Peddler::APIs::AmazonWarehousingAndDistribution20240509::DestinationDetails?, String?, Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundPreferences?, Time?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrder
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrder
231 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 231
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrder
|
Instance Method Details
#members ⇒ [ :created_at, :order_id, :order_status, :origin_address, :packages_to_inbound, :destination_details, :external_reference_id, :preferences, :updated_at ]
243 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 243
def members: () -> [ :created_at, :order_id, :order_status, :origin_address, :packages_to_inbound, :destination_details, :external_reference_id, :preferences, :updated_at ]
|
#to_h ⇒ { created_at: Time, order_id: String, order_status: String, origin_address: Peddler::APIs::AmazonWarehousingAndDistribution20240509::Address, packages_to_inbound: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::DistributionPackageQuantity], destination_details: Peddler::APIs::AmazonWarehousingAndDistribution20240509::DestinationDetails?, external_reference_id: String?, preferences: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundPreferences?, updated_at: Time? }
244 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 244
def to_h: () -> { created_at: Time, order_id: String, order_status: String, origin_address: Peddler::APIs::AmazonWarehousingAndDistribution20240509::Address, packages_to_inbound: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::DistributionPackageQuantity], destination_details: Peddler::APIs::AmazonWarehousingAndDistribution20240509::DestinationDetails?, external_reference_id: String?, preferences: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundPreferences?, updated_at: Time? }
|