Class: Aws::Types::PaymentScheduleEntry
- Inherits:
-
Object
- Object
- Aws::Types::PaymentScheduleEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#charge_date_offset ⇒ ::String
Returns the value of attribute charge_date_offset.
-
#charge_percentage ⇒ ::String
Returns the value of attribute charge_percentage.
-
#day_of_month ⇒ ::Integer
Returns the value of attribute day_of_month.
Instance Attribute Details
#charge_date_offset ⇒ ::String
Returns the value of attribute charge_date_offset.
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.
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.
549 550 551 |
# File 'sig/types.rbs', line 549 def day_of_month @day_of_month end |