Module: MetronomeSDK::Models::V1::Customers::BillingConfigCreateParams::BillingProviderType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/metronome_sdk/models/v1/customers/billing_config_create_params.rb,
sig/metronome_sdk/models/v1/customers/billing_config_create_params.rbs
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
Instance Method Summary collapse
-
#initialize(customer_id:, billing_provider_type:, billing_provider_customer_id:, aws_customer_account_id: nil, aws_customer_id: nil, aws_product_code: nil, aws_region: nil, stripe_collection_method: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see MetronomeSDK::Models::V1::Customers::BillingConfigCreateParams for more details.
- #self?.values ⇒ ::Array[MetronomeSDK::Models::V1::Customers::BillingConfigCreateParams::billing_provider_type]
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#initialize(customer_id:, billing_provider_type:, billing_provider_customer_id:, aws_customer_account_id: nil, aws_customer_id: nil, aws_product_code: nil, aws_region: nil, stripe_collection_method: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see MetronomeSDK::Models::V1::Customers::BillingConfigCreateParams for more details.
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'lib/metronome_sdk/models/v1/customers/billing_config_create_params.rb', line 81 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 |
#self?.values ⇒ ::Array[MetronomeSDK::Models::V1::Customers::BillingConfigCreateParams::billing_provider_type]
100 |
# File 'sig/metronome_sdk/models/v1/customers/billing_config_create_params.rbs', line 100 def self?.values: -> ::Array[MetronomeSDK::Models::V1::Customers::BillingConfigCreateParams::billing_provider_type] |