Class: Peddler::APIs::SellerWallet20240301::TransactionListing

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/seller_wallet_2024_03_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#next_page_tokenString? (readonly)

Returns the value of attribute next_page_token.

Returns:

  • (String, nil)


357
358
359
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 357

def next_page_token
  @next_page_token
end

#transactionsArray[Peddler::APIs::SellerWallet20240301::Transaction] (readonly)

Returns the value of attribute transactions.



358
359
360
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 358

def transactions
  @transactions
end

Class Method Details

.[](transactions:, next_page_token:) ⇒ Peddler::APIs::SellerWallet20240301::TransactionListing .[](arg0, arg1) ⇒ Peddler::APIs::SellerWallet20240301::TransactionListing

Overloads:



350
351
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 350

def self.[]: (transactions: Array[Peddler::APIs::SellerWallet20240301::Transaction], ?next_page_token: String?) -> Peddler::APIs::SellerWallet20240301::TransactionListing
| (Array[Peddler::APIs::SellerWallet20240301::Transaction], String?) -> Peddler::APIs::SellerWallet20240301::TransactionListing

.members[ :transactions, :next_page_token ]

Returns:

  • ([ :transactions, :next_page_token ])


353
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 353

def self.members: () -> [ :transactions, :next_page_token ]

.new(transactions:, next_page_token:) ⇒ Peddler::APIs::SellerWallet20240301::TransactionListing .new(arg0, arg1) ⇒ Peddler::APIs::SellerWallet20240301::TransactionListing

Overloads:



348
349
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 348

def self.new: (transactions: Array[Peddler::APIs::SellerWallet20240301::Transaction], ?next_page_token: String?) -> Peddler::APIs::SellerWallet20240301::TransactionListing
| (Array[Peddler::APIs::SellerWallet20240301::Transaction], String?) -> Peddler::APIs::SellerWallet20240301::TransactionListing

.parsePeddler::APIs::SellerWallet20240301::TransactionListing

Parameters:

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

Returns:



355
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 355

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

Instance Method Details

#members[ :transactions, :next_page_token ]

Returns:

  • ([ :transactions, :next_page_token ])


360
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 360

def members: () -> [ :transactions, :next_page_token ]

#to_h{ transactions: Array[Peddler::APIs::SellerWallet20240301::Transaction], next_page_token: String? }

Returns:



361
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 361

def to_h: () -> { transactions: Array[Peddler::APIs::SellerWallet20240301::Transaction], next_page_token: String? }