Class: Aws::Types::ExpectedCharge

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amount::String

Returns the value of attribute amount.

Returns:

  • (::String)


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.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def amount_after_tax
  @amount_after_tax
end

#estimated_taxesTypes::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.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def id
  @id
end

#time::Time

Returns the value of attribute time.

Returns:

  • (::Time)


392
393
394
# File 'sig/types.rbs', line 392

def time
  @time
end

#timing"ON_ACCEPTANCE", ...

Returns the value of attribute timing.

Returns:

  • ("ON_ACCEPTANCE", "SCHEDULED", "BILLING_PERIOD")


395
396
397
# File 'sig/types.rbs', line 395

def timing
  @timing
end