Class: Aws::Types::ChargeSummary
- Inherits:
-
Object
- Object
- Aws::Types::ChargeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#estimated_taxes ⇒ Types::EstimatedTaxes
Returns the value of attribute estimated_taxes.
-
#expected_charges ⇒ ::Array[Types::ExpectedCharge]
Returns the value of attribute expected_charges.
-
#invoicing_entity ⇒ Types::InvoicingEntity
Returns the value of attribute invoicing_entity.
-
#itemized_charges ⇒ ::Array[Types::ItemizedCharge]
Returns the value of attribute itemized_charges.
-
#new_agreement_value ⇒ ::String
Returns the value of attribute new_agreement_value.
-
#new_agreement_value_after_tax ⇒ ::String
Returns the value of attribute new_agreement_value_after_tax.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
279 280 281 |
# File 'sig/types.rbs', line 279 def currency_code @currency_code end |
#estimated_taxes ⇒ Types::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.
282 283 284 |
# File 'sig/types.rbs', line 282 def expected_charges @expected_charges end |
#invoicing_entity ⇒ Types::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.
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.
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.
281 282 283 |
# File 'sig/types.rbs', line 281 def new_agreement_value_after_tax @new_agreement_value_after_tax end |