Module: WhopSDK::Models::AccountUpdateParams::TaxRemittedBy

Extended by:
Internal::Type::Enum
Defined in:
lib/whop_sdk/models/account_update_params.rb,
sig/whop_sdk/models/account_update_params.rbs

Overview

Who calculates and remits tax for the account: whop (Whop calculates and remits), self (Whop calculates; the account collects and remits), or none (neither; the account is responsible). self requires a business_address in a supported country.

Constant Summary collapse

WHOP =

Returns:

  • (:whop)
:whop
SELF =

Returns:

  • (:self)
:self
NONE =

Returns:

  • (:none)
:none

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/whop_sdk/models/account_update_params.rb', line 507

Instance Method Details

#self?.values::Array[WhopSDK::Models::AccountUpdateParams::tax_remitted_by]

Returns:

  • (::Array[WhopSDK::Models::AccountUpdateParams::tax_remitted_by])


532
# File 'sig/whop_sdk/models/account_update_params.rbs', line 532

def self?.values: -> ::Array[WhopSDK::Models::AccountUpdateParams::tax_remitted_by]