Class: WhopSDK::Models::PaymentMethodListResponse::IdealPaymentMethod::Ideal
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::PaymentMethodListResponse::IdealPaymentMethod::Ideal
- Defined in:
- lib/whop_sdk/models/payment_method_list_response.rb,
sig/whop_sdk/models/payment_method_list_response.rbs
Overview
Instance Attribute Summary collapse
-
#bank ⇒ String?
The name of the customer's bank used for the iDEAL transaction.
-
#bic ⇒ String?
The Bank Identifier Code (BIC/SWIFT) of the customer's bank.
Instance Method Summary collapse
-
#initialize ⇒ Ideal
constructor
A new instance of Ideal.
- #to_hash ⇒ { bank: String?, bic: String? }
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 ⇒ Ideal
Returns a new instance of Ideal.
267 |
# File 'sig/whop_sdk/models/payment_method_list_response.rbs', line 267
def initialize: (bank: String?, bic: String?) -> void
|
Instance Attribute Details
#bank ⇒ String?
The name of the customer's bank used for the iDEAL transaction. Null if not available.
410 |
# File 'lib/whop_sdk/models/payment_method_list_response.rb', line 410 required :bank, String, nil?: true |
#bic ⇒ String?
The Bank Identifier Code (BIC/SWIFT) of the customer's bank. Null if not available.
417 |
# File 'lib/whop_sdk/models/payment_method_list_response.rb', line 417 required :bic, String, nil?: true |
Instance Method Details
#to_hash ⇒ { bank: String?, bic: String? }
269 |
# File 'sig/whop_sdk/models/payment_method_list_response.rbs', line 269
def to_hash: -> { bank: String?, bic: String? }
|