Class: Aws::Types::ExpectedCharge
- Inherits:
-
Object
- Object
- Aws::Types::ExpectedCharge
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::String
Returns the value of attribute amount.
-
#amount_after_tax ⇒ ::String
Returns the value of attribute amount_after_tax.
-
#estimated_taxes ⇒ Types::EstimatedTaxes
Returns the value of attribute estimated_taxes.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#time ⇒ ::Time
Returns the value of attribute time.
-
#timing ⇒ "ON_ACCEPTANCE", ...
Returns the value of attribute timing.
Instance Attribute Details
#amount ⇒ ::String
Returns the value of attribute amount.
393 394 395 |
# File 'sig/types.rbs', line 393 def amount @amount end |
#amount_after_tax ⇒ ::String
Returns the value of attribute amount_after_tax.
394 395 396 |
# File 'sig/types.rbs', line 394 def amount_after_tax @amount_after_tax end |
#estimated_taxes ⇒ Types::EstimatedTaxes
Returns the value of attribute estimated_taxes.
396 397 398 |
# File 'sig/types.rbs', line 396 def estimated_taxes @estimated_taxes end |
#id ⇒ ::String
Returns the value of attribute id.
391 392 393 |
# File 'sig/types.rbs', line 391 def id @id end |
#time ⇒ ::Time
Returns the value of attribute time.
392 393 394 |
# File 'sig/types.rbs', line 392 def time @time end |
#timing ⇒ "ON_ACCEPTANCE", ...
Returns the value of attribute timing.
395 396 397 |
# File 'sig/types.rbs', line 395 def timing @timing end |