Class: MetronomeSDK::Models::V1::Customers::InvoiceListBreakdownsResponse

Inherits:
Invoice show all
Defined in:
lib/metronome_sdk/models/v1/customers/invoice_list_breakdowns_response.rb

Overview

Instance Attribute Summary collapse

Attributes inherited from Invoice

#amendment_id, #billable_status, #constituent_invoices, #contract_custom_fields, #contract_id, #correction_record, #created_at, #credit_type, #custom_fields, #customer_custom_fields, #customer_id, #end_timestamp, #external_invoice, #id, #invoice_adjustments, #issued_at, #line_items, #net_payment_terms_days, #netsuite_sales_order_id, #payer, #plan_custom_fields, #plan_id, #plan_name, #reseller_royalty, #salesforce_opportunity_id, #start_timestamp, #status, #subtotal, #total, #type

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(breakdown_end_timestamp: , breakdown_start_timestamp: ) ⇒ Object

Parameters:

  • breakdown_end_timestamp (Time) (defaults to: )
  • breakdown_start_timestamp (Time) (defaults to: )


# File 'lib/metronome_sdk/models/v1/customers/invoice_list_breakdowns_response.rb', line 19

Instance Attribute Details

#breakdown_end_timestampTime

Returns:

  • (Time)


12
# File 'lib/metronome_sdk/models/v1/customers/invoice_list_breakdowns_response.rb', line 12

required :breakdown_end_timestamp, Time

#breakdown_start_timestampTime

Returns:

  • (Time)


17
# File 'lib/metronome_sdk/models/v1/customers/invoice_list_breakdowns_response.rb', line 17

required :breakdown_start_timestamp, Time