Class: WhopSDK::Models::DepositListResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::DepositListResponse
- Defined in:
- lib/whop_sdk/models/deposit_list_response.rb,
sig/whop_sdk/models/deposit_list_response.rbs
Overview
Defined Under Namespace
Instance Attribute Summary collapse
-
#account_id ⇒ String
Account ID that owns these deposit transactions.
-
#bank ⇒ Array<WhopSDK::Models::DepositListResponse::Bank>
Bank deposit transactions for this account.
- #object ⇒ Symbol, WhopSDK::Models::DepositListResponse::Object
Instance Method Summary collapse
- #initialize(id:, created_at:, destination_amount:, destination_currency:, source_amount:, source_currency:, status:) ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id:, created_at:, destination_amount:, destination_currency:, source_amount:, source_currency:, status:) ⇒ Object
|
|
# File 'lib/whop_sdk/models/deposit_list_response.rb', line 74
|
Instance Attribute Details
#account_id ⇒ String
Account ID that owns these deposit transactions.
11 |
# File 'lib/whop_sdk/models/deposit_list_response.rb', line 11 required :account_id, String |
#bank ⇒ Array<WhopSDK::Models::DepositListResponse::Bank>
Bank deposit transactions for this account.
17 |
# File 'lib/whop_sdk/models/deposit_list_response.rb', line 17 required :bank, -> { WhopSDK::Internal::Type::ArrayOf[WhopSDK::Models::DepositListResponse::Bank] } |
#object ⇒ Symbol, WhopSDK::Models::DepositListResponse::Object
22 |
# File 'lib/whop_sdk/models/deposit_list_response.rb', line 22 required :object, enum: -> { WhopSDK::Models::DepositListResponse::Object } |
Instance Method Details
#to_hash ⇒ {
23 |
# File 'sig/whop_sdk/models/deposit_list_response.rbs', line 23
def to_hash: -> {
|