Class: Peddler::APIs::FulfillmentOutbound20260704::OrderLineItem
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::OrderLineItem
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#amount ⇒ Peddler::APIs::FulfillmentOutbound20260704::Amount
readonly
Returns the value of attribute amount.
-
#cancelled_amount ⇒ Peddler::APIs::FulfillmentOutbound20260704::Amount?
readonly
Returns the value of attribute cancelled_amount.
-
#fulfillment_configuration ⇒ Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration?
readonly
Returns the value of attribute fulfillment_configuration.
-
#line_item_id ⇒ String
readonly
Returns the value of attribute line_item_id.
-
#product ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderProduct
readonly
Returns the value of attribute product.
-
#unfulfillable_amount ⇒ Peddler::APIs::FulfillmentOutbound20260704::Amount?
readonly
Returns the value of attribute unfulfillable_amount.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :amount, :line_item_id, :product, :cancelled_amount, :fulfillment_configuration, :unfulfillable_amount ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderLineItem
Instance Method Summary collapse
-
#members ⇒ [ :amount, :line_item_id, :product, :cancelled_amount, :fulfillment_configuration, :unfulfillable_amount ]
-
#to_h ⇒ { amount: Peddler::APIs::FulfillmentOutbound20260704::Amount, line_item_id: String, product: Peddler::APIs::FulfillmentOutbound20260704::OrderProduct, cancelled_amount: Peddler::APIs::FulfillmentOutbound20260704::Amount?, fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration?, unfulfillable_amount: Peddler::APIs::FulfillmentOutbound20260704::Amount? }
Instance Attribute Details
#amount ⇒ Peddler::APIs::FulfillmentOutbound20260704::Amount (readonly)
Returns the value of attribute amount.
598 599 600 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 598 def amount @amount end |
#cancelled_amount ⇒ Peddler::APIs::FulfillmentOutbound20260704::Amount? (readonly)
Returns the value of attribute cancelled_amount.
599 600 601 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 599 def cancelled_amount @cancelled_amount end |
#fulfillment_configuration ⇒ Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration? (readonly)
Returns the value of attribute fulfillment_configuration.
600 601 602 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 600 def fulfillment_configuration @fulfillment_configuration end |
#line_item_id ⇒ String (readonly)
Returns the value of attribute line_item_id.
601 602 603 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 601 def line_item_id @line_item_id end |
#product ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderProduct (readonly)
Returns the value of attribute product.
602 603 604 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 602 def product @product end |
#unfulfillable_amount ⇒ Peddler::APIs::FulfillmentOutbound20260704::Amount? (readonly)
Returns the value of attribute unfulfillable_amount.
603 604 605 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 603 def unfulfillable_amount @unfulfillable_amount end |
Class Method Details
.[](amount:, line_item_id:, product:, cancelled_amount:, fulfillment_configuration:, unfulfillable_amount:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderLineItem .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderLineItem
591 592 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 591
def self.[]: (amount: Peddler::APIs::FulfillmentOutbound20260704::Amount, line_item_id: String, product: Peddler::APIs::FulfillmentOutbound20260704::OrderProduct, ?cancelled_amount: Peddler::APIs::FulfillmentOutbound20260704::Amount?, ?fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration?, ?unfulfillable_amount: Peddler::APIs::FulfillmentOutbound20260704::Amount?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderLineItem
| (Peddler::APIs::FulfillmentOutbound20260704::Amount, String, Peddler::APIs::FulfillmentOutbound20260704::OrderProduct, Peddler::APIs::FulfillmentOutbound20260704::Amount?, Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration?, Peddler::APIs::FulfillmentOutbound20260704::Amount?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderLineItem
|
.members ⇒ [ :amount, :line_item_id, :product, :cancelled_amount, :fulfillment_configuration, :unfulfillable_amount ]
594 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 594
def self.members: () -> [ :amount, :line_item_id, :product, :cancelled_amount, :fulfillment_configuration, :unfulfillable_amount ]
|
.new(amount:, line_item_id:, product:, cancelled_amount:, fulfillment_configuration:, unfulfillable_amount:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderLineItem .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderLineItem
589 590 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 589
def self.new: (amount: Peddler::APIs::FulfillmentOutbound20260704::Amount, line_item_id: String, product: Peddler::APIs::FulfillmentOutbound20260704::OrderProduct, ?cancelled_amount: Peddler::APIs::FulfillmentOutbound20260704::Amount?, ?fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration?, ?unfulfillable_amount: Peddler::APIs::FulfillmentOutbound20260704::Amount?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderLineItem
| (Peddler::APIs::FulfillmentOutbound20260704::Amount, String, Peddler::APIs::FulfillmentOutbound20260704::OrderProduct, Peddler::APIs::FulfillmentOutbound20260704::Amount?, Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration?, Peddler::APIs::FulfillmentOutbound20260704::Amount?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderLineItem
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderLineItem
596 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 596
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::OrderLineItem
|
Instance Method Details
#members ⇒ [ :amount, :line_item_id, :product, :cancelled_amount, :fulfillment_configuration, :unfulfillable_amount ]
605 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 605
def members: () -> [ :amount, :line_item_id, :product, :cancelled_amount, :fulfillment_configuration, :unfulfillable_amount ]
|
#to_h ⇒ { amount: Peddler::APIs::FulfillmentOutbound20260704::Amount, line_item_id: String, product: Peddler::APIs::FulfillmentOutbound20260704::OrderProduct, cancelled_amount: Peddler::APIs::FulfillmentOutbound20260704::Amount?, fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration?, unfulfillable_amount: Peddler::APIs::FulfillmentOutbound20260704::Amount? }
606 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 606
def to_h: () -> { amount: Peddler::APIs::FulfillmentOutbound20260704::Amount, line_item_id: String, product: Peddler::APIs::FulfillmentOutbound20260704::OrderProduct, cancelled_amount: Peddler::APIs::FulfillmentOutbound20260704::Amount?, fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration?, unfulfillable_amount: Peddler::APIs::FulfillmentOutbound20260704::Amount? }
|