Class: WhopSDK::Models::AccountUpdateParams::TaxIdentifier
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::AccountUpdateParams::TaxIdentifier
- Defined in:
- lib/whop_sdk/models/account_update_params.rb,
sig/whop_sdk/models/account_update_params.rbs
Defined Under Namespace
Modules: TaxIDType
Instance Attribute Summary collapse
-
#tax_id_type ⇒ Symbol, WhopSDK::Models::AccountUpdateParams::TaxIdentifier::TaxIDType
Tax ID type, for example
eu_vat,gb_vat, orus_ein. -
#tax_id_value ⇒ String
Tax ID value, for example
DE123456789.
Instance Method Summary collapse
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(tax_id_type:, tax_id_value:) ⇒ Object
|
|
# File 'lib/whop_sdk/models/account_update_params.rb', line 368
|
Instance Attribute Details
#tax_id_type ⇒ Symbol, WhopSDK::Models::AccountUpdateParams::TaxIdentifier::TaxIDType
Tax ID type, for example eu_vat, gb_vat, or us_ein.
360 |
# File 'lib/whop_sdk/models/account_update_params.rb', line 360 required :tax_id_type, enum: -> { WhopSDK::AccountUpdateParams::TaxIdentifier::TaxIDType } |
#tax_id_value ⇒ String
Tax ID value, for example DE123456789.
366 |
# File 'lib/whop_sdk/models/account_update_params.rb', line 366 required :tax_id_value, String |
Instance Method Details
#to_hash ⇒ {
286 |
# File 'sig/whop_sdk/models/account_update_params.rbs', line 286
def to_hash: -> {
|