Class: Aws::Types::Charge

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_id::String

Returns the value of attribute agreement_id.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def agreement_id
  @agreement_id
end

#agreement_type::String

Returns the value of attribute agreement_type.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def agreement_type
  @agreement_type
end

#amount::String

Returns the value of attribute amount.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def amount
  @amount
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def currency_code
  @currency_code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def id
  @id
end

#purchase_order_reference::String

Returns the value of attribute purchase_order_reference.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def purchase_order_reference
  @purchase_order_reference
end

#revision::Integer

Returns the value of attribute revision.

Returns:

  • (::Integer)


268
269
270
# File 'sig/types.rbs', line 268

def revision
  @revision
end

#time::Time

Returns the value of attribute time.

Returns:

  • (::Time)


274
275
276
# File 'sig/types.rbs', line 274

def time
  @time
end