Class: MetronomeSDK::Models::V1::Customers::BillingConfigCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::V1::Customers::BillingConfigCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/metronome_sdk/models/v1/customers/billing_config_create_params.rb
Overview
Defined Under Namespace
Modules: AwsRegion, BillingProviderType, StripeCollectionMethod
Instance Attribute Summary collapse
- #aws_product_code ⇒ String?
- #aws_region ⇒ Symbol, ...
-
#billing_provider_customer_id ⇒ String
The customer ID in the billing provider’s system.
- #billing_provider_type ⇒ Symbol, MetronomeSDK::Models::V1::Customers::BillingConfigCreateParams::BillingProviderType
- #customer_id ⇒ String
-
#stripe_collection_method ⇒ Symbol, ...
The collection method for the customer’s invoices.
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from MetronomeSDK::Internal::Type::BaseModel
Instance Attribute Details
#aws_product_code ⇒ String?
33 |
# File 'lib/metronome_sdk/models/v1/customers/billing_config_create_params.rb', line 33 optional :aws_product_code, String |
#aws_region ⇒ Symbol, ...
38 |
# File 'lib/metronome_sdk/models/v1/customers/billing_config_create_params.rb', line 38 optional :aws_region, enum: -> { MetronomeSDK::V1::Customers::BillingConfigCreateParams::AwsRegion } |
#billing_provider_customer_id ⇒ String
The customer ID in the billing provider’s system. For Azure, this is the subscription ID.
28 |
# File 'lib/metronome_sdk/models/v1/customers/billing_config_create_params.rb', line 28 required :billing_provider_customer_id, String |
#billing_provider_type ⇒ Symbol, MetronomeSDK::Models::V1::Customers::BillingConfigCreateParams::BillingProviderType
20 21 |
# File 'lib/metronome_sdk/models/v1/customers/billing_config_create_params.rb', line 20 required :billing_provider_type, enum: -> { MetronomeSDK::V1::Customers::BillingConfigCreateParams::BillingProviderType } |
#customer_id ⇒ String
15 |
# File 'lib/metronome_sdk/models/v1/customers/billing_config_create_params.rb', line 15 required :customer_id, String |
#stripe_collection_method ⇒ Symbol, ...
The collection method for the customer’s invoices. NOTE: ‘auto_charge_payment_intent` and `manually_charge_payment_intent` are in beta.
45 46 |
# File 'lib/metronome_sdk/models/v1/customers/billing_config_create_params.rb', line 45 optional :stripe_collection_method, enum: -> { MetronomeSDK::V1::Customers::BillingConfigCreateParams::StripeCollectionMethod } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/metronome_sdk/models/v1/customers/billing_config_create_params.rb', line 80
|