Class: Aws::Types::RecurringPaymentTerm

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_period::String

Returns the value of attribute billing_period.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def billing_period
  @billing_period
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


700
701
702
# File 'sig/types.rbs', line 700

def currency_code
  @currency_code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def id
  @id
end

#price::String

Returns the value of attribute price.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def price
  @price
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


698
699
700
# File 'sig/types.rbs', line 698

def type
  @type
end