Class: MetronomeSDK::Models::V1::ContractCreateResponse::Data::Contract::CustomerBillingProviderConfiguration
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::V1::ContractCreateResponse::Data::Contract::CustomerBillingProviderConfiguration
- Defined in:
- lib/metronome_sdk/models/v1/contract_create_response.rb
Overview
Defined Under Namespace
Modules: BillingProvider, DeliveryMethod
Instance Attribute Summary collapse
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(id: nil, billing_provider: nil, delivery_method: nil) ⇒ Object
constructor
The billing provider configuration associated with the contract.
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(id: nil, billing_provider: nil, delivery_method: nil) ⇒ Object
The billing provider configuration associated with the contract.
|
|
# File 'lib/metronome_sdk/models/v1/contract_create_response.rb', line 387
|
Instance Attribute Details
#billing_provider ⇒ Symbol, ...
378 379 |
# File 'lib/metronome_sdk/models/v1/contract_create_response.rb', line 378 optional :billing_provider, enum: -> { MetronomeSDK::Models::V1::ContractCreateResponse::Data::Contract::CustomerBillingProviderConfiguration::BillingProvider } |
#delivery_method ⇒ Symbol, ...
384 385 |
# File 'lib/metronome_sdk/models/v1/contract_create_response.rb', line 384 optional :delivery_method, enum: -> { MetronomeSDK::Models::V1::ContractCreateResponse::Data::Contract::CustomerBillingProviderConfiguration::DeliveryMethod } |
#id ⇒ String?
373 |
# File 'lib/metronome_sdk/models/v1/contract_create_response.rb', line 373 optional :id, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/metronome_sdk/models/v1/contract_create_response.rb', line 408
|