Class: HighLevel::Models::Invoices::PaymentScheduleConfigDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::PaymentScheduleConfigDto
- Defined in:
- lib/high_level/models/invoices/payment_schedule_config_dto.rb
Instance Attribute Summary collapse
-
#date_config ⇒ Object
readonly
Returns the value of attribute date_config.
-
#schedules ⇒ Object
readonly
Returns the value of attribute schedules.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#date_config ⇒ Object (readonly)
Returns the value of attribute date_config
9 10 11 |
# File 'lib/high_level/models/invoices/payment_schedule_config_dto.rb', line 9 def date_config @date_config end |
#schedules ⇒ Object (readonly)
Returns the value of attribute schedules
9 10 11 |
# File 'lib/high_level/models/invoices/payment_schedule_config_dto.rb', line 9 def schedules @schedules end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/invoices/payment_schedule_config_dto.rb', line 9 def type @type end |