Class: Peddler::APIs::FinancesV0::RemovalShipmentAdjustmentEvent
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::RemovalShipmentAdjustmentEvent
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#adjustment_event_id ⇒ String?
readonly
Returns the value of attribute adjustment_event_id.
-
#merchant_order_id ⇒ String?
readonly
Returns the value of attribute merchant_order_id.
-
#order_id ⇒ String?
readonly
Returns the value of attribute order_id.
-
#posted_date ⇒ String?
readonly
Returns the value of attribute posted_date.
-
#removal_shipment_item_adjustment_list ⇒ Array[Peddler::APIs::FinancesV0::RemovalShipmentItemAdjustment]?
readonly
Returns the value of attribute removal_shipment_item_adjustment_list.
-
#transaction_type ⇒ String?
readonly
Returns the value of attribute transaction_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :adjustment_event_id, :merchant_order_id, :order_id, :posted_date, :removal_shipment_item_adjustment_list, :transaction_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::RemovalShipmentAdjustmentEvent
Instance Method Summary collapse
-
#members ⇒ [ :adjustment_event_id, :merchant_order_id, :order_id, :posted_date, :removal_shipment_item_adjustment_list, :transaction_type ]
-
#to_h ⇒ { adjustment_event_id: String?, merchant_order_id: String?, order_id: String?, posted_date: String?, removal_shipment_item_adjustment_list: Array[Peddler::APIs::FinancesV0::RemovalShipmentItemAdjustment]?, transaction_type: String? }
Instance Attribute Details
#adjustment_event_id ⇒ String? (readonly)
Returns the value of attribute adjustment_event_id.
729 730 731 |
# File 'sig/peddler/apis/finances_v0.rbs', line 729 def adjustment_event_id @adjustment_event_id end |
#merchant_order_id ⇒ String? (readonly)
Returns the value of attribute merchant_order_id.
730 731 732 |
# File 'sig/peddler/apis/finances_v0.rbs', line 730 def merchant_order_id @merchant_order_id end |
#order_id ⇒ String? (readonly)
Returns the value of attribute order_id.
731 732 733 |
# File 'sig/peddler/apis/finances_v0.rbs', line 731 def order_id @order_id end |
#posted_date ⇒ String? (readonly)
Returns the value of attribute posted_date.
732 733 734 |
# File 'sig/peddler/apis/finances_v0.rbs', line 732 def posted_date @posted_date end |
#removal_shipment_item_adjustment_list ⇒ Array[Peddler::APIs::FinancesV0::RemovalShipmentItemAdjustment]? (readonly)
Returns the value of attribute removal_shipment_item_adjustment_list.
733 734 735 |
# File 'sig/peddler/apis/finances_v0.rbs', line 733 def removal_shipment_item_adjustment_list @removal_shipment_item_adjustment_list end |
#transaction_type ⇒ String? (readonly)
Returns the value of attribute transaction_type.
734 735 736 |
# File 'sig/peddler/apis/finances_v0.rbs', line 734 def transaction_type @transaction_type end |
Class Method Details
.[](adjustment_event_id:, merchant_order_id:, order_id:, posted_date:, removal_shipment_item_adjustment_list:, transaction_type:) ⇒ Peddler::APIs::FinancesV0::RemovalShipmentAdjustmentEvent .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::FinancesV0::RemovalShipmentAdjustmentEvent
722 723 |
# File 'sig/peddler/apis/finances_v0.rbs', line 722
def self.[]: (?adjustment_event_id: String?, ?merchant_order_id: String?, ?order_id: String?, ?posted_date: String?, ?removal_shipment_item_adjustment_list: Array[Peddler::APIs::FinancesV0::RemovalShipmentItemAdjustment]?, ?transaction_type: String?) -> Peddler::APIs::FinancesV0::RemovalShipmentAdjustmentEvent
| (String?, String?, String?, String?, Array[Peddler::APIs::FinancesV0::RemovalShipmentItemAdjustment]?, String?) -> Peddler::APIs::FinancesV0::RemovalShipmentAdjustmentEvent
|
.members ⇒ [ :adjustment_event_id, :merchant_order_id, :order_id, :posted_date, :removal_shipment_item_adjustment_list, :transaction_type ]
725 |
# File 'sig/peddler/apis/finances_v0.rbs', line 725
def self.members: () -> [ :adjustment_event_id, :merchant_order_id, :order_id, :posted_date, :removal_shipment_item_adjustment_list, :transaction_type ]
|
.new(adjustment_event_id:, merchant_order_id:, order_id:, posted_date:, removal_shipment_item_adjustment_list:, transaction_type:) ⇒ Peddler::APIs::FinancesV0::RemovalShipmentAdjustmentEvent .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::FinancesV0::RemovalShipmentAdjustmentEvent
720 721 |
# File 'sig/peddler/apis/finances_v0.rbs', line 720
def self.new: (?adjustment_event_id: String?, ?merchant_order_id: String?, ?order_id: String?, ?posted_date: String?, ?removal_shipment_item_adjustment_list: Array[Peddler::APIs::FinancesV0::RemovalShipmentItemAdjustment]?, ?transaction_type: String?) -> Peddler::APIs::FinancesV0::RemovalShipmentAdjustmentEvent
| (String?, String?, String?, String?, Array[Peddler::APIs::FinancesV0::RemovalShipmentItemAdjustment]?, String?) -> Peddler::APIs::FinancesV0::RemovalShipmentAdjustmentEvent
|
.parse ⇒ Peddler::APIs::FinancesV0::RemovalShipmentAdjustmentEvent
727 |
# File 'sig/peddler/apis/finances_v0.rbs', line 727
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::RemovalShipmentAdjustmentEvent
|
Instance Method Details
#members ⇒ [ :adjustment_event_id, :merchant_order_id, :order_id, :posted_date, :removal_shipment_item_adjustment_list, :transaction_type ]
736 |
# File 'sig/peddler/apis/finances_v0.rbs', line 736
def members: () -> [ :adjustment_event_id, :merchant_order_id, :order_id, :posted_date, :removal_shipment_item_adjustment_list, :transaction_type ]
|
#to_h ⇒ { adjustment_event_id: String?, merchant_order_id: String?, order_id: String?, posted_date: String?, removal_shipment_item_adjustment_list: Array[Peddler::APIs::FinancesV0::RemovalShipmentItemAdjustment]?, transaction_type: String? }
737 |
# File 'sig/peddler/apis/finances_v0.rbs', line 737
def to_h: () -> { adjustment_event_id: String?, merchant_order_id: String?, order_id: String?, posted_date: String?, removal_shipment_item_adjustment_list: Array[Peddler::APIs::FinancesV0::RemovalShipmentItemAdjustment]?, transaction_type: String? }
|