Class: Telnyx::Models::ChargesSummaryRetrieveResponse::Data::Total

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/charges_summary_retrieve_response.rb

Overview

See Also:

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(credits:, existing_mrc:, grand_total:, ledger_adjustments:, new_mrc:, new_otc:, other:) ⇒ Object

Parameters:

  • 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



# File 'lib/telnyx/models/charges_summary_retrieve_response.rb', line 261

Instance Attribute Details

#creditsString

Total credits as decimal string

Returns:

  • (String)


223
# File 'lib/telnyx/models/charges_summary_retrieve_response.rb', line 223

required :credits, String

#existing_mrcString

Total existing monthly recurring charges as decimal string

Returns:

  • (String)


229
# File 'lib/telnyx/models/charges_summary_retrieve_response.rb', line 229

required :existing_mrc, String

#grand_totalString

Grand total of all charges as decimal string

Returns:

  • (String)


235
# File 'lib/telnyx/models/charges_summary_retrieve_response.rb', line 235

required :grand_total, String

#ledger_adjustmentsString

Ledger adjustments as decimal string

Returns:

  • (String)


241
# File 'lib/telnyx/models/charges_summary_retrieve_response.rb', line 241

required :ledger_adjustments, String

#new_mrcString

Total new monthly recurring charges as decimal string

Returns:

  • (String)


247
# File 'lib/telnyx/models/charges_summary_retrieve_response.rb', line 247

required :new_mrc, String

#new_otcString

Total new one-time charges as decimal string

Returns:

  • (String)


253
# File 'lib/telnyx/models/charges_summary_retrieve_response.rb', line 253

required :new_otc, String

#otherString

Other charges as decimal string

Returns:

  • (String)


259
# File 'lib/telnyx/models/charges_summary_retrieve_response.rb', line 259

required :other, String