Module: MetronomeSDK::Models::V1::Customers::BillingConfigDeleteParams::BillingProviderType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/metronome_sdk/models/v1/customers/billing_config_delete_params.rb
Constant Summary collapse
- AWS_MARKETPLACE =
:aws_marketplace- STRIPE =
:stripe- NETSUITE =
:netsuite- CUSTOM =
:custom- AZURE_MARKETPLACE =
:azure_marketplace- QUICKBOOKS_ONLINE =
:quickbooks_online- WORKDAY =
:workday- GCP_MARKETPLACE =
:gcp_marketplace- METRONOME =
:metronome
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/metronome_sdk/models/v1/customers/billing_config_delete_params.rb', line 41
|
Instance Method Details
#initialize(customer_id: , billing_provider_type: , request_options: {}) ⇒ Object
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/metronome_sdk/models/v1/customers/billing_config_delete_params.rb', line 28 module BillingProviderType extend MetronomeSDK::Internal::Type::Enum AWS_MARKETPLACE = :aws_marketplace STRIPE = :stripe NETSUITE = :netsuite CUSTOM = :custom AZURE_MARKETPLACE = :azure_marketplace QUICKBOOKS_ONLINE = :quickbooks_online WORKDAY = :workday GCP_MARKETPLACE = :gcp_marketplace METRONOME = :metronome # @!method self.values # @return [Array<Symbol>] end |