Class: MetronomeSDK::Models::ContractV2::HierarchyConfiguration::ParentHierarchyConfiguration::ParentBehavior

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/metronome_sdk/models/contract_v2.rb

Overview

See Also:

Defined Under Namespace

Modules: InvoiceConsolidationType

Instance Attribute Summary collapse

Instance Method Summary collapse

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::ContractV2::HierarchyConfiguration::ParentHierarchyConfiguration::ParentBehavior for more details.

Parameters:



# File 'lib/metronome_sdk/models/contract_v2.rb', line 2262

Instance Attribute Details

#invoice_consolidation_typeSymbol, ...

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



2259
2260
# File 'lib/metronome_sdk/models/contract_v2.rb', line 2259

optional :invoice_consolidation_type,
enum: -> { MetronomeSDK::ContractV2::HierarchyConfiguration::ParentHierarchyConfiguration::ParentBehavior::InvoiceConsolidationType }