Class: Peddler::APIs::FinancesV0::NetworkComminglingTransactionEvent

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

#asinString? (readonly)

Returns the value of attribute asin.

Returns:

  • (String, nil)


626
627
628
# File 'sig/peddler/apis/finances_v0.rbs', line 626

def asin
  @asin
end

#marketplace_idString? (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String, nil)


627
628
629
# File 'sig/peddler/apis/finances_v0.rbs', line 627

def marketplace_id
  @marketplace_id
end

#net_co_transaction_idString? (readonly)

Returns the value of attribute net_co_transaction_id.

Returns:

  • (String, nil)


628
629
630
# File 'sig/peddler/apis/finances_v0.rbs', line 628

def net_co_transaction_id
  @net_co_transaction_id
end

#posted_dateString? (readonly)

Returns the value of attribute posted_date.

Returns:

  • (String, nil)


629
630
631
# File 'sig/peddler/apis/finances_v0.rbs', line 629

def posted_date
  @posted_date
end

#swap_reasonString? (readonly)

Returns the value of attribute swap_reason.

Returns:

  • (String, nil)


630
631
632
# File 'sig/peddler/apis/finances_v0.rbs', line 630

def swap_reason
  @swap_reason
end

#tax_amountPeddler::Money? (readonly)

Returns the value of attribute tax_amount.

Returns:



631
632
633
# File 'sig/peddler/apis/finances_v0.rbs', line 631

def tax_amount
  @tax_amount
end

#tax_exclusive_amountPeddler::Money? (readonly)

Returns the value of attribute tax_exclusive_amount.

Returns:



632
633
634
# File 'sig/peddler/apis/finances_v0.rbs', line 632

def tax_exclusive_amount
  @tax_exclusive_amount
end

#transaction_typeString? (readonly)

Returns the value of attribute transaction_type.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::FinancesV0::NetworkComminglingTransactionEvent

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:

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