Class: Peddler::APIs::FinancesV0::NetworkComminglingTransactionEvent
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::NetworkComminglingTransactionEvent
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String?
readonly
Returns the value of attribute asin.
-
#marketplace_id ⇒ String?
readonly
Returns the value of attribute marketplace_id.
-
#net_co_transaction_id ⇒ String?
readonly
Returns the value of attribute net_co_transaction_id.
-
#posted_date ⇒ String?
readonly
Returns the value of attribute posted_date.
-
#swap_reason ⇒ String?
readonly
Returns the value of attribute swap_reason.
-
#tax_amount ⇒ Peddler::Money?
readonly
Returns the value of attribute tax_amount.
-
#tax_exclusive_amount ⇒ Peddler::Money?
readonly
Returns the value of attribute tax_exclusive_amount.
-
#transaction_type ⇒ String?
readonly
Returns the value of attribute transaction_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :marketplace_id, :net_co_transaction_id, :posted_date, :swap_reason, :tax_amount, :tax_exclusive_amount, :transaction_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::NetworkComminglingTransactionEvent
Instance Method Summary collapse
-
#members ⇒ [ :asin, :marketplace_id, :net_co_transaction_id, :posted_date, :swap_reason, :tax_amount, :tax_exclusive_amount, :transaction_type ]
-
#to_h ⇒ { asin: String?, marketplace_id: String?, net_co_transaction_id: String?, posted_date: String?, swap_reason: String?, tax_amount: Peddler::Money?, tax_exclusive_amount: Peddler::Money?, transaction_type: String? }
Instance Attribute Details
#asin ⇒ String? (readonly)
Returns the value of attribute asin.
626 627 628 |
# File 'sig/peddler/apis/finances_v0.rbs', line 626 def asin @asin end |
#marketplace_id ⇒ String? (readonly)
Returns the value of attribute marketplace_id.
627 628 629 |
# File 'sig/peddler/apis/finances_v0.rbs', line 627 def marketplace_id @marketplace_id end |
#net_co_transaction_id ⇒ String? (readonly)
Returns the value of attribute net_co_transaction_id.
628 629 630 |
# File 'sig/peddler/apis/finances_v0.rbs', line 628 def net_co_transaction_id @net_co_transaction_id end |
#posted_date ⇒ String? (readonly)
Returns the value of attribute posted_date.
629 630 631 |
# File 'sig/peddler/apis/finances_v0.rbs', line 629 def posted_date @posted_date end |
#swap_reason ⇒ String? (readonly)
Returns the value of attribute swap_reason.
630 631 632 |
# File 'sig/peddler/apis/finances_v0.rbs', line 630 def swap_reason @swap_reason end |
#tax_amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute tax_amount.
631 632 633 |
# File 'sig/peddler/apis/finances_v0.rbs', line 631 def tax_amount @tax_amount end |
#tax_exclusive_amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute tax_exclusive_amount.
632 633 634 |
# File 'sig/peddler/apis/finances_v0.rbs', line 632 def tax_exclusive_amount @tax_exclusive_amount end |
#transaction_type ⇒ String? (readonly)
Returns the value of attribute transaction_type.
633 634 635 |
# File 'sig/peddler/apis/finances_v0.rbs', line 633 def transaction_type @transaction_type end |
Class Method Details
.[](asin:, marketplace_id:, net_co_transaction_id:, posted_date:, swap_reason:, tax_amount:, tax_exclusive_amount:, transaction_type:) ⇒ Peddler::APIs::FinancesV0::NetworkComminglingTransactionEvent .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FinancesV0::NetworkComminglingTransactionEvent
619 620 |
# File 'sig/peddler/apis/finances_v0.rbs', line 619
def self.[]: (?asin: String?, ?marketplace_id: String?, ?net_co_transaction_id: String?, ?posted_date: String?, ?swap_reason: String?, ?tax_amount: Peddler::Money?, ?tax_exclusive_amount: Peddler::Money?, ?transaction_type: String?) -> Peddler::APIs::FinancesV0::NetworkComminglingTransactionEvent
| (String?, String?, String?, String?, String?, Peddler::Money?, Peddler::Money?, String?) -> Peddler::APIs::FinancesV0::NetworkComminglingTransactionEvent
|
.members ⇒ [ :asin, :marketplace_id, :net_co_transaction_id, :posted_date, :swap_reason, :tax_amount, :tax_exclusive_amount, :transaction_type ]
622 |
# File 'sig/peddler/apis/finances_v0.rbs', line 622
def self.members: () -> [ :asin, :marketplace_id, :net_co_transaction_id, :posted_date, :swap_reason, :tax_amount, :tax_exclusive_amount, :transaction_type ]
|
.new(asin:, marketplace_id:, net_co_transaction_id:, posted_date:, swap_reason:, tax_amount:, tax_exclusive_amount:, transaction_type:) ⇒ Peddler::APIs::FinancesV0::NetworkComminglingTransactionEvent .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FinancesV0::NetworkComminglingTransactionEvent
617 618 |
# File 'sig/peddler/apis/finances_v0.rbs', line 617
def self.new: (?asin: String?, ?marketplace_id: String?, ?net_co_transaction_id: String?, ?posted_date: String?, ?swap_reason: String?, ?tax_amount: Peddler::Money?, ?tax_exclusive_amount: Peddler::Money?, ?transaction_type: String?) -> Peddler::APIs::FinancesV0::NetworkComminglingTransactionEvent
| (String?, String?, String?, String?, String?, Peddler::Money?, Peddler::Money?, String?) -> Peddler::APIs::FinancesV0::NetworkComminglingTransactionEvent
|
.parse ⇒ Peddler::APIs::FinancesV0::NetworkComminglingTransactionEvent
624 |
# File 'sig/peddler/apis/finances_v0.rbs', line 624
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::NetworkComminglingTransactionEvent
|
Instance Method Details
#members ⇒ [ :asin, :marketplace_id, :net_co_transaction_id, :posted_date, :swap_reason, :tax_amount, :tax_exclusive_amount, :transaction_type ]
635 |
# File 'sig/peddler/apis/finances_v0.rbs', line 635
def members: () -> [ :asin, :marketplace_id, :net_co_transaction_id, :posted_date, :swap_reason, :tax_amount, :tax_exclusive_amount, :transaction_type ]
|
#to_h ⇒ { asin: String?, marketplace_id: String?, net_co_transaction_id: String?, posted_date: String?, swap_reason: String?, tax_amount: Peddler::Money?, tax_exclusive_amount: Peddler::Money?, transaction_type: String? }
636 |
# File 'sig/peddler/apis/finances_v0.rbs', line 636
def to_h: () -> { asin: String?, marketplace_id: String?, net_co_transaction_id: String?, posted_date: String?, swap_reason: String?, tax_amount: Peddler::Money?, tax_exclusive_amount: Peddler::Money?, transaction_type: String? }
|