Class: HighLevel::Models::Payments::ApplyToFuturePaymentsConfigDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Payments::ApplyToFuturePaymentsConfigDto
- Defined in:
- lib/high_level/models/payments/apply_to_future_payments_config_dto.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
readonly
Returns the value of attribute duration.
-
#duration_type ⇒ Object
readonly
Returns the value of attribute duration_type.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#duration ⇒ Object (readonly)
Returns the value of attribute duration
9 10 11 |
# File 'lib/high_level/models/payments/apply_to_future_payments_config_dto.rb', line 9 def duration @duration end |
#duration_type ⇒ Object (readonly)
Returns the value of attribute duration_type
9 10 11 |
# File 'lib/high_level/models/payments/apply_to_future_payments_config_dto.rb', line 9 def duration_type @duration_type end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/payments/apply_to_future_payments_config_dto.rb', line 9 def type @type end |