Class: Peddler::APIs::SellerWallet20240301::TransactionListing
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SellerWallet20240301::TransactionListing
- Defined in:
- sig/peddler/apis/seller_wallet_2024_03_01.rbs
Instance Attribute Summary collapse
-
#next_page_token ⇒ String?
readonly
Returns the value of attribute next_page_token.
-
#transactions ⇒ Array[Peddler::APIs::SellerWallet20240301::Transaction]
readonly
Returns the value of attribute transactions.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :transactions, :next_page_token ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SellerWallet20240301::TransactionListing
Instance Method Summary collapse
-
#members ⇒ [ :transactions, :next_page_token ]
-
#to_h ⇒ { transactions: Array[Peddler::APIs::SellerWallet20240301::Transaction], next_page_token: String? }
Instance Attribute Details
#next_page_token ⇒ String? (readonly)
Returns the value of attribute next_page_token.
357 358 359 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 357 def next_page_token @next_page_token end |
#transactions ⇒ Array[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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::SellerWallet20240301::TransactionListing
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 ]
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? }
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? }
|