Class: MetronomeSDK::Models::V1::PackageCreateParams::Subscription::BillingCycleConfig
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::V1::PackageCreateParams::Subscription::BillingCycleConfig
- Defined in:
- lib/metronome_sdk/models/v1/package_create_params.rb,
sig/metronome_sdk/models/v1/package_create_params.rbs
Overview
Defined Under Namespace
Modules: InvoicePlacement
Instance Attribute Summary collapse
-
#invoice_placement ⇒ Symbol, ...
Controls whether subscriptions consolidate onto usage invoices.
Instance Method Summary collapse
-
#initialize(invoice_placement: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see BillingCycleConfig for more details.
- #to_hash ⇒ {
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(invoice_placement: nil) ⇒ Object
Some parameter documentations has been truncated, see MetronomeSDK::Models::V1::PackageCreateParams::Subscription::BillingCycleConfig for more details.
|
|
# File 'lib/metronome_sdk/models/v1/package_create_params.rb', line 2813
|
Instance Attribute Details
#invoice_placement ⇒ Symbol, ...
Controls whether subscriptions consolidate onto usage invoices. Defaults to ON_USAGE_INVOICE if omitted.
2810 2811 |
# File 'lib/metronome_sdk/models/v1/package_create_params.rb', line 2810 optional :invoice_placement, enum: -> { MetronomeSDK::V1::PackageCreateParams::Subscription::BillingCycleConfig::InvoicePlacement } |
Instance Method Details
#to_hash ⇒ {
2652 |
# File 'sig/metronome_sdk/models/v1/package_create_params.rbs', line 2652
def to_hash: -> {
|