Class: Peddler::APIs::FinancesV0::RemovalShipmentAdjustmentEvent

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#adjustment_event_idString? (readonly)

Returns the value of attribute adjustment_event_id.

Returns:

  • (String, nil)


729
730
731
# File 'sig/peddler/apis/finances_v0.rbs', line 729

def adjustment_event_id
  @adjustment_event_id
end

#merchant_order_idString? (readonly)

Returns the value of attribute merchant_order_id.

Returns:

  • (String, nil)


730
731
732
# File 'sig/peddler/apis/finances_v0.rbs', line 730

def merchant_order_id
  @merchant_order_id
end

#order_idString? (readonly)

Returns the value of attribute order_id.

Returns:

  • (String, nil)


731
732
733
# File 'sig/peddler/apis/finances_v0.rbs', line 731

def order_id
  @order_id
end

#posted_dateString? (readonly)

Returns the value of attribute posted_date.

Returns:

  • (String, nil)


732
733
734
# File 'sig/peddler/apis/finances_v0.rbs', line 732

def posted_date
  @posted_date
end

#removal_shipment_item_adjustment_listArray[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_typeString? (readonly)

Returns the value of attribute transaction_type.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::FinancesV0::RemovalShipmentAdjustmentEvent

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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? }