Class: MetronomeSDK::Models::Contract::CustomerBillingProviderConfiguration
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::Contract::CustomerBillingProviderConfiguration
- Defined in:
- lib/metronome_sdk/models/contract.rb
Overview
Defined Under Namespace
Modules: BillingProvider, DeliveryMethod
Instance Attribute Summary collapse
- #archived_at ⇒ Time?
- #billing_provider ⇒ Symbol, MetronomeSDK::Models::Contract::CustomerBillingProviderConfiguration::BillingProvider
-
#configuration ⇒ Hash{Symbol=>Object}?
Configuration for the billing provider.
- #delivery_method ⇒ Symbol, MetronomeSDK::Models::Contract::CustomerBillingProviderConfiguration::DeliveryMethod
- #id ⇒ String?
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(archived_at: , billing_provider: , delivery_method: , id: nil, configuration: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see CustomerBillingProviderConfiguration for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
#initialize(archived_at: , billing_provider: , delivery_method: , id: nil, configuration: nil) ⇒ Object
Some parameter documentations has been truncated, see MetronomeSDK::Models::Contract::CustomerBillingProviderConfiguration for more details.
The billing provider configuration associated with a contract.
|
|
# File 'lib/metronome_sdk/models/contract.rb', line 339
|
Instance Attribute Details
#archived_at ⇒ Time?
313 |
# File 'lib/metronome_sdk/models/contract.rb', line 313 required :archived_at, Time, nil?: true |
#billing_provider ⇒ Symbol, MetronomeSDK::Models::Contract::CustomerBillingProviderConfiguration::BillingProvider
318 319 |
# File 'lib/metronome_sdk/models/contract.rb', line 318 required :billing_provider, enum: -> { MetronomeSDK::Contract::CustomerBillingProviderConfiguration::BillingProvider } |
#configuration ⇒ Hash{Symbol=>Object}?
Configuration for the billing provider. The structure of this object is specific to the billing provider.
337 |
# File 'lib/metronome_sdk/models/contract.rb', line 337 optional :configuration, MetronomeSDK::Internal::Type::HashOf[MetronomeSDK::Internal::Type::Unknown] |
#delivery_method ⇒ Symbol, MetronomeSDK::Models::Contract::CustomerBillingProviderConfiguration::DeliveryMethod
324 325 |
# File 'lib/metronome_sdk/models/contract.rb', line 324 required :delivery_method, enum: -> { MetronomeSDK::Contract::CustomerBillingProviderConfiguration::DeliveryMethod } |
#id ⇒ String?
330 |
# File 'lib/metronome_sdk/models/contract.rb', line 330 optional :id, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/metronome_sdk/models/contract.rb', line 370
|