Class: Aws::Types::PaymentScheduleEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#charge_date_offset::String

Returns the value of attribute charge_date_offset.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def charge_date_offset
  @charge_date_offset
end

#charge_percentage::String

Returns the value of attribute charge_percentage.

Returns:

  • (::String)


548
549
550
# File 'sig/types.rbs', line 548

def charge_percentage
  @charge_percentage
end

#day_of_month::Integer

Returns the value of attribute day_of_month.

Returns:

  • (::Integer)


549
550
551
# File 'sig/types.rbs', line 549

def day_of_month
  @day_of_month
end