Class: Peddler::APIs::FinancesV0::RemovalShipmentEvent

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

#merchant_order_idString? (readonly)

Returns the value of attribute merchant_order_id.

Returns:

  • (String, nil)


754
755
756
# File 'sig/peddler/apis/finances_v0.rbs', line 754

def merchant_order_id
  @merchant_order_id
end

#order_idString? (readonly)

Returns the value of attribute order_id.

Returns:

  • (String, nil)


755
756
757
# File 'sig/peddler/apis/finances_v0.rbs', line 755

def order_id
  @order_id
end

#posted_dateString? (readonly)

Returns the value of attribute posted_date.

Returns:

  • (String, nil)


756
757
758
# File 'sig/peddler/apis/finances_v0.rbs', line 756

def posted_date
  @posted_date
end

#removal_shipment_item_listArray[Peddler::APIs::FinancesV0::RemovalShipmentItem]? (readonly)

Returns the value of attribute removal_shipment_item_list.



757
758
759
# File 'sig/peddler/apis/finances_v0.rbs', line 757

def removal_shipment_item_list
  @removal_shipment_item_list
end

#store_nameString? (readonly)

Returns the value of attribute store_name.

Returns:

  • (String, nil)


758
759
760
# File 'sig/peddler/apis/finances_v0.rbs', line 758

def store_name
  @store_name
end

#transaction_typeString? (readonly)

Returns the value of attribute transaction_type.

Returns:

  • (String, nil)


759
760
761
# File 'sig/peddler/apis/finances_v0.rbs', line 759

def transaction_type
  @transaction_type
end

Class Method Details

.[](merchant_order_id:, order_id:, posted_date:, removal_shipment_item_list:, store_name:, transaction_type:) ⇒ Peddler::APIs::FinancesV0::RemovalShipmentEvent .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::FinancesV0::RemovalShipmentEvent

Overloads:



747
748
# File 'sig/peddler/apis/finances_v0.rbs', line 747

def self.[]: (?merchant_order_id: String?, ?order_id: String?, ?posted_date: String?, ?removal_shipment_item_list: Array[Peddler::APIs::FinancesV0::RemovalShipmentItem]?, ?store_name: String?, ?transaction_type: String?) -> Peddler::APIs::FinancesV0::RemovalShipmentEvent
| (String?, String?, String?, Array[Peddler::APIs::FinancesV0::RemovalShipmentItem]?, String?, String?) -> Peddler::APIs::FinancesV0::RemovalShipmentEvent

.members[ :merchant_order_id, :order_id, :posted_date, :removal_shipment_item_list, :store_name, :transaction_type ]

Returns:

  • ([ :merchant_order_id, :order_id, :posted_date, :removal_shipment_item_list, :store_name, :transaction_type ])


750
# File 'sig/peddler/apis/finances_v0.rbs', line 750

def self.members: () -> [ :merchant_order_id, :order_id, :posted_date, :removal_shipment_item_list, :store_name, :transaction_type ]

.new(merchant_order_id:, order_id:, posted_date:, removal_shipment_item_list:, store_name:, transaction_type:) ⇒ Peddler::APIs::FinancesV0::RemovalShipmentEvent .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::FinancesV0::RemovalShipmentEvent

Overloads:



745
746
# File 'sig/peddler/apis/finances_v0.rbs', line 745

def self.new: (?merchant_order_id: String?, ?order_id: String?, ?posted_date: String?, ?removal_shipment_item_list: Array[Peddler::APIs::FinancesV0::RemovalShipmentItem]?, ?store_name: String?, ?transaction_type: String?) -> Peddler::APIs::FinancesV0::RemovalShipmentEvent
| (String?, String?, String?, Array[Peddler::APIs::FinancesV0::RemovalShipmentItem]?, String?, String?) -> Peddler::APIs::FinancesV0::RemovalShipmentEvent

.parsePeddler::APIs::FinancesV0::RemovalShipmentEvent

Parameters:

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

Returns:



752
# File 'sig/peddler/apis/finances_v0.rbs', line 752

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::RemovalShipmentEvent

Instance Method Details

#members[ :merchant_order_id, :order_id, :posted_date, :removal_shipment_item_list, :store_name, :transaction_type ]

Returns:

  • ([ :merchant_order_id, :order_id, :posted_date, :removal_shipment_item_list, :store_name, :transaction_type ])


761
# File 'sig/peddler/apis/finances_v0.rbs', line 761

def members: () -> [ :merchant_order_id, :order_id, :posted_date, :removal_shipment_item_list, :store_name, :transaction_type ]

#to_h{ merchant_order_id: String?, order_id: String?, posted_date: String?, removal_shipment_item_list: Array[Peddler::APIs::FinancesV0::RemovalShipmentItem]?, store_name: String?, transaction_type: String? }

Returns:



762
# File 'sig/peddler/apis/finances_v0.rbs', line 762

def to_h: () -> { merchant_order_id: String?, order_id: String?, posted_date: String?, removal_shipment_item_list: Array[Peddler::APIs::FinancesV0::RemovalShipmentItem]?, store_name: String?, transaction_type: String? }