Class: Aws::Types::ChargeSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def currency_code
  @currency_code
end

#estimated_taxesTypes::EstimatedTaxes

Returns the value of attribute estimated_taxes.



283
284
285
# File 'sig/types.rbs', line 283

def estimated_taxes
  @estimated_taxes
end

#expected_charges::Array[Types::ExpectedCharge]

Returns the value of attribute expected_charges.

Returns:



282
283
284
# File 'sig/types.rbs', line 282

def expected_charges
  @expected_charges
end

#invoicing_entityTypes::InvoicingEntity

Returns the value of attribute invoicing_entity.



285
286
287
# File 'sig/types.rbs', line 285

def invoicing_entity
  @invoicing_entity
end

#itemized_charges::Array[Types::ItemizedCharge]

Returns the value of attribute itemized_charges.

Returns:



284
285
286
# File 'sig/types.rbs', line 284

def itemized_charges
  @itemized_charges
end

#new_agreement_value::String

Returns the value of attribute new_agreement_value.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def new_agreement_value
  @new_agreement_value
end

#new_agreement_value_after_tax::String

Returns the value of attribute new_agreement_value_after_tax.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def new_agreement_value_after_tax
  @new_agreement_value_after_tax
end