Module: Zavudev::Models::SubAccountUpdateParams::Status
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/zavudev/models/sub_account_update_params.rb
Constant Summary collapse
- ACTIVE =
:active- INACTIVE =
:inactive
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
.values ⇒ Array<Symbol>
|
|
# File 'lib/zavudev/models/sub_account_update_params.rb', line 55
|
Instance Method Details
#initialize(id:, credit_limit: nil, external_id: nil, metadata: nil, name: nil, status: nil, request_options: {}) ⇒ Object
49 50 51 52 53 54 55 56 57 |
# File 'lib/zavudev/models/sub_account_update_params.rb', line 49 module Status extend Zavudev::Internal::Type::Enum ACTIVE = :active INACTIVE = :inactive # @!method self.values # @return [Array<Symbol>] end |