Class: MetronomeSDK::Models::V1::ContractCreateParams::HierarchyConfiguration::ParentBehavior
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::V1::ContractCreateParams::HierarchyConfiguration::ParentBehavior
- Defined in:
- lib/metronome_sdk/models/v1/contract_create_params.rb
Overview
Defined Under Namespace
Modules: InvoiceConsolidationType
Instance Attribute Summary collapse
-
#invoice_consolidation_type ⇒ Symbol, ...
Account hierarchy M3 - Indicates the desired behavior of consolidated invoices generated by the parent in a customer hierarchy.
Instance Method Summary collapse
-
#initialize(invoice_consolidation_type: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see ParentBehavior 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(invoice_consolidation_type: nil) ⇒ Object
Some parameter documentations has been truncated, see MetronomeSDK::Models::V1::ContractCreateParams::HierarchyConfiguration::ParentBehavior for more details.
|
|
# File 'lib/metronome_sdk/models/v1/contract_create_params.rb', line 1430
|
Instance Attribute Details
#invoice_consolidation_type ⇒ Symbol, ...
Account hierarchy M3 - Indicates the desired behavior of consolidated invoices generated by the parent in a customer hierarchy
CONCATENATE: Statements on the invoices of child customers will be appended to the consolidated invoice
NONE: Do not generate consolidated invoices
1427 1428 |
# File 'lib/metronome_sdk/models/v1/contract_create_params.rb', line 1427 optional :invoice_consolidation_type, enum: -> { MetronomeSDK::V1::ContractCreateParams::HierarchyConfiguration::ParentBehavior::InvoiceConsolidationType } |