Class: Telnyx::Models::ChargesSummaryRetrieveResponse::Data::Total
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::ChargesSummaryRetrieveResponse::Data::Total
- Defined in:
- lib/telnyx/models/charges_summary_retrieve_response.rb
Overview
Instance Attribute Summary collapse
-
#credits ⇒ String
Total credits as decimal string.
-
#existing_mrc ⇒ String
Total existing monthly recurring charges as decimal string.
-
#grand_total ⇒ String
Grand total of all charges as decimal string.
-
#ledger_adjustments ⇒ String
Ledger adjustments as decimal string.
-
#new_mrc ⇒ String
Total new monthly recurring charges as decimal string.
-
#new_otc ⇒ String
Total new one-time charges as decimal string.
-
#other ⇒ String
Other charges as decimal string.
Instance Method Summary collapse
- #initialize(credits:, existing_mrc:, grand_total:, ledger_adjustments:, new_mrc:, new_otc:, other:) ⇒ Object constructor
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(credits:, existing_mrc:, grand_total:, ledger_adjustments:, new_mrc:, new_otc:, other:) ⇒ Object
|
|
# File 'lib/telnyx/models/charges_summary_retrieve_response.rb', line 261
|
Instance Attribute Details
#credits ⇒ String
Total credits as decimal string
223 |
# File 'lib/telnyx/models/charges_summary_retrieve_response.rb', line 223 required :credits, String |
#existing_mrc ⇒ String
Total existing monthly recurring charges as decimal string
229 |
# File 'lib/telnyx/models/charges_summary_retrieve_response.rb', line 229 required :existing_mrc, String |
#grand_total ⇒ String
Grand total of all charges as decimal string
235 |
# File 'lib/telnyx/models/charges_summary_retrieve_response.rb', line 235 required :grand_total, String |
#ledger_adjustments ⇒ String
Ledger adjustments as decimal string
241 |
# File 'lib/telnyx/models/charges_summary_retrieve_response.rb', line 241 required :ledger_adjustments, String |
#new_mrc ⇒ String
Total new monthly recurring charges as decimal string
247 |
# File 'lib/telnyx/models/charges_summary_retrieve_response.rb', line 247 required :new_mrc, String |
#new_otc ⇒ String
Total new one-time charges as decimal string
253 |
# File 'lib/telnyx/models/charges_summary_retrieve_response.rb', line 253 required :new_otc, String |
#other ⇒ String
Other charges as decimal string
259 |
# File 'lib/telnyx/models/charges_summary_retrieve_response.rb', line 259 required :other, String |