Class: Peddler::APIs::FinancesV0::RemovalShipmentEvent
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::RemovalShipmentEvent
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#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_list ⇒ Array[Peddler::APIs::FinancesV0::RemovalShipmentItem]?
readonly
Returns the value of attribute removal_shipment_item_list.
-
#store_name ⇒ String?
readonly
Returns the value of attribute store_name.
-
#transaction_type ⇒ String?
readonly
Returns the value of attribute transaction_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :merchant_order_id, :order_id, :posted_date, :removal_shipment_item_list, :store_name, :transaction_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::RemovalShipmentEvent
Instance Method Summary collapse
-
#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? }
Instance Attribute Details
#merchant_order_id ⇒ String? (readonly)
Returns the value of attribute merchant_order_id.
754 755 756 |
# File 'sig/peddler/apis/finances_v0.rbs', line 754 def merchant_order_id @merchant_order_id end |
#order_id ⇒ String? (readonly)
Returns the value of attribute order_id.
755 756 757 |
# File 'sig/peddler/apis/finances_v0.rbs', line 755 def order_id @order_id end |
#posted_date ⇒ String? (readonly)
Returns the value of attribute posted_date.
756 757 758 |
# File 'sig/peddler/apis/finances_v0.rbs', line 756 def posted_date @posted_date end |
#removal_shipment_item_list ⇒ Array[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_name ⇒ String? (readonly)
Returns the value of attribute store_name.
758 759 760 |
# File 'sig/peddler/apis/finances_v0.rbs', line 758 def store_name @store_name end |
#transaction_type ⇒ String? (readonly)
Returns the value of attribute transaction_type.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FinancesV0::RemovalShipmentEvent
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 ]
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? }
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? }
|