Class: HighLevel::Models::Invoices::PaymentScheduleDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::PaymentScheduleDto
- Defined in:
- lib/high_level/models/invoices/payment_schedule_dto.rb
Instance Attribute Summary collapse
-
#schedules ⇒ Object
readonly
Returns the value of attribute schedules.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#schedules ⇒ Object (readonly)
Returns the value of attribute schedules
9 10 11 |
# File 'lib/high_level/models/invoices/payment_schedule_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_dto.rb', line 9 def type @type end |