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