Class: Peddler::APIs::Finances20240619::Transaction
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Finances20240619::Transaction
- Defined in:
- sig/peddler/apis/finances_2024_06_19.rbs
Instance Attribute Summary collapse
-
#breakdowns ⇒ Array[Peddler::APIs::Finances20240619::Breakdown]?
readonly
Returns the value of attribute breakdowns.
-
#contexts ⇒ Array[Peddler::APIs::Finances20240619::Context]?
readonly
Returns the value of attribute contexts.
-
#description ⇒ String?
readonly
Returns the value of attribute description.
-
#items ⇒ Array[Peddler::APIs::Finances20240619::Item]?
readonly
Returns the value of attribute items.
-
#marketplace_details ⇒ Peddler::APIs::Finances20240619::MarketplaceDetails?
readonly
Returns the value of attribute marketplace_details.
-
#posted_date ⇒ String?
readonly
Returns the value of attribute posted_date.
-
#related_identifiers ⇒ Array[Peddler::APIs::Finances20240619::RelatedIdentifier]?
readonly
Returns the value of attribute related_identifiers.
-
#selling_partner_metadata ⇒ Peddler::APIs::Finances20240619::SellingPartnerMetadata?
readonly
Returns the value of attribute selling_partner_metadata.
-
#total_amount ⇒ Peddler::Money?
readonly
Returns the value of attribute total_amount.
-
#transaction_id ⇒ String?
readonly
Returns the value of attribute transaction_id.
-
#transaction_status ⇒ String?
readonly
Returns the value of attribute transaction_status.
-
#transaction_type ⇒ String?
readonly
Returns the value of attribute transaction_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :breakdowns, :contexts, :description, :items, :marketplace_details, :posted_date, :related_identifiers, :selling_partner_metadata, :total_amount, :transaction_id, :transaction_status, :transaction_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Finances20240619::Transaction
Instance Method Summary collapse
-
#members ⇒ [ :breakdowns, :contexts, :description, :items, :marketplace_details, :posted_date, :related_identifiers, :selling_partner_metadata, :total_amount, :transaction_id, :transaction_status, :transaction_type ]
-
#to_h ⇒ { breakdowns: Array[Peddler::APIs::Finances20240619::Breakdown]?, contexts: Array[Peddler::APIs::Finances20240619::Context]?, description: String?, items: Array[Peddler::APIs::Finances20240619::Item]?, marketplace_details: Peddler::APIs::Finances20240619::MarketplaceDetails?, posted_date: String?, related_identifiers: Array[Peddler::APIs::Finances20240619::RelatedIdentifier]?, selling_partner_metadata: Peddler::APIs::Finances20240619::SellingPartnerMetadata?, total_amount: Peddler::Money?, transaction_id: String?, transaction_status: String?, transaction_type: String? }
Instance Attribute Details
#breakdowns ⇒ Array[Peddler::APIs::Finances20240619::Breakdown]? (readonly)
Returns the value of attribute breakdowns.
430 431 432 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 430 def breakdowns @breakdowns end |
#contexts ⇒ Array[Peddler::APIs::Finances20240619::Context]? (readonly)
Returns the value of attribute contexts.
431 432 433 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 431 def contexts @contexts end |
#description ⇒ String? (readonly)
Returns the value of attribute description.
432 433 434 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 432 def description @description end |
#items ⇒ Array[Peddler::APIs::Finances20240619::Item]? (readonly)
Returns the value of attribute items.
433 434 435 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 433 def items @items end |
#marketplace_details ⇒ Peddler::APIs::Finances20240619::MarketplaceDetails? (readonly)
Returns the value of attribute marketplace_details.
434 435 436 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 434 def marketplace_details @marketplace_details end |
#posted_date ⇒ String? (readonly)
Returns the value of attribute posted_date.
435 436 437 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 435 def posted_date @posted_date end |
#related_identifiers ⇒ Array[Peddler::APIs::Finances20240619::RelatedIdentifier]? (readonly)
Returns the value of attribute related_identifiers.
436 437 438 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 436 def @related_identifiers end |
#selling_partner_metadata ⇒ Peddler::APIs::Finances20240619::SellingPartnerMetadata? (readonly)
Returns the value of attribute selling_partner_metadata.
437 438 439 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 437 def @selling_partner_metadata end |
#total_amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute total_amount.
438 439 440 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 438 def total_amount @total_amount end |
#transaction_id ⇒ String? (readonly)
Returns the value of attribute transaction_id.
439 440 441 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 439 def transaction_id @transaction_id end |
#transaction_status ⇒ String? (readonly)
Returns the value of attribute transaction_status.
440 441 442 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 440 def transaction_status @transaction_status end |
#transaction_type ⇒ String? (readonly)
Returns the value of attribute transaction_type.
441 442 443 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 441 def transaction_type @transaction_type end |
Class Method Details
.[](breakdowns:, contexts:, description:, items:, marketplace_details:, posted_date:, related_identifiers:, selling_partner_metadata:, total_amount:, transaction_id:, transaction_status:, transaction_type:) ⇒ Peddler::APIs::Finances20240619::Transaction .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) ⇒ Peddler::APIs::Finances20240619::Transaction
423 424 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 423
def self.[]: (?breakdowns: Array[Peddler::APIs::Finances20240619::Breakdown]?, ?contexts: Array[Peddler::APIs::Finances20240619::Context]?, ?description: String?, ?items: Array[Peddler::APIs::Finances20240619::Item]?, ?marketplace_details: Peddler::APIs::Finances20240619::MarketplaceDetails?, ?posted_date: String?, ?related_identifiers: Array[Peddler::APIs::Finances20240619::RelatedIdentifier]?, ?selling_partner_metadata: Peddler::APIs::Finances20240619::SellingPartnerMetadata?, ?total_amount: Peddler::Money?, ?transaction_id: String?, ?transaction_status: String?, ?transaction_type: String?) -> Peddler::APIs::Finances20240619::Transaction
| (Array[Peddler::APIs::Finances20240619::Breakdown]?, Array[Peddler::APIs::Finances20240619::Context]?, String?, Array[Peddler::APIs::Finances20240619::Item]?, Peddler::APIs::Finances20240619::MarketplaceDetails?, String?, Array[Peddler::APIs::Finances20240619::RelatedIdentifier]?, Peddler::APIs::Finances20240619::SellingPartnerMetadata?, Peddler::Money?, String?, String?, String?) -> Peddler::APIs::Finances20240619::Transaction
|
.members ⇒ [ :breakdowns, :contexts, :description, :items, :marketplace_details, :posted_date, :related_identifiers, :selling_partner_metadata, :total_amount, :transaction_id, :transaction_status, :transaction_type ]
426 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 426
def self.members: () -> [ :breakdowns, :contexts, :description, :items, :marketplace_details, :posted_date, :related_identifiers, :selling_partner_metadata, :total_amount, :transaction_id, :transaction_status, :transaction_type ]
|
.new(breakdowns:, contexts:, description:, items:, marketplace_details:, posted_date:, related_identifiers:, selling_partner_metadata:, total_amount:, transaction_id:, transaction_status:, transaction_type:) ⇒ Peddler::APIs::Finances20240619::Transaction .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) ⇒ Peddler::APIs::Finances20240619::Transaction
421 422 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 421
def self.new: (?breakdowns: Array[Peddler::APIs::Finances20240619::Breakdown]?, ?contexts: Array[Peddler::APIs::Finances20240619::Context]?, ?description: String?, ?items: Array[Peddler::APIs::Finances20240619::Item]?, ?marketplace_details: Peddler::APIs::Finances20240619::MarketplaceDetails?, ?posted_date: String?, ?related_identifiers: Array[Peddler::APIs::Finances20240619::RelatedIdentifier]?, ?selling_partner_metadata: Peddler::APIs::Finances20240619::SellingPartnerMetadata?, ?total_amount: Peddler::Money?, ?transaction_id: String?, ?transaction_status: String?, ?transaction_type: String?) -> Peddler::APIs::Finances20240619::Transaction
| (Array[Peddler::APIs::Finances20240619::Breakdown]?, Array[Peddler::APIs::Finances20240619::Context]?, String?, Array[Peddler::APIs::Finances20240619::Item]?, Peddler::APIs::Finances20240619::MarketplaceDetails?, String?, Array[Peddler::APIs::Finances20240619::RelatedIdentifier]?, Peddler::APIs::Finances20240619::SellingPartnerMetadata?, Peddler::Money?, String?, String?, String?) -> Peddler::APIs::Finances20240619::Transaction
|
.parse ⇒ Peddler::APIs::Finances20240619::Transaction
428 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 428
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Finances20240619::Transaction
|
Instance Method Details
#members ⇒ [ :breakdowns, :contexts, :description, :items, :marketplace_details, :posted_date, :related_identifiers, :selling_partner_metadata, :total_amount, :transaction_id, :transaction_status, :transaction_type ]
443 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 443
def members: () -> [ :breakdowns, :contexts, :description, :items, :marketplace_details, :posted_date, :related_identifiers, :selling_partner_metadata, :total_amount, :transaction_id, :transaction_status, :transaction_type ]
|
#to_h ⇒ { breakdowns: Array[Peddler::APIs::Finances20240619::Breakdown]?, contexts: Array[Peddler::APIs::Finances20240619::Context]?, description: String?, items: Array[Peddler::APIs::Finances20240619::Item]?, marketplace_details: Peddler::APIs::Finances20240619::MarketplaceDetails?, posted_date: String?, related_identifiers: Array[Peddler::APIs::Finances20240619::RelatedIdentifier]?, selling_partner_metadata: Peddler::APIs::Finances20240619::SellingPartnerMetadata?, total_amount: Peddler::Money?, transaction_id: String?, transaction_status: String?, transaction_type: String? }
444 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 444
def to_h: () -> { breakdowns: Array[Peddler::APIs::Finances20240619::Breakdown]?, contexts: Array[Peddler::APIs::Finances20240619::Context]?, description: String?, items: Array[Peddler::APIs::Finances20240619::Item]?, marketplace_details: Peddler::APIs::Finances20240619::MarketplaceDetails?, posted_date: String?, related_identifiers: Array[Peddler::APIs::Finances20240619::RelatedIdentifier]?, selling_partner_metadata: Peddler::APIs::Finances20240619::SellingPartnerMetadata?, total_amount: Peddler::Money?, transaction_id: String?, transaction_status: String?, transaction_type: String? }
|