Class: HighLevel::Models::Invoices::UpdateInvoiceScheduleDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::UpdateInvoiceScheduleDto
- Defined in:
- lib/high_level/models/invoices/update_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.
-
#attachments ⇒ Object
readonly
Returns the value of attribute attachments.
-
#business_details ⇒ Object
readonly
Returns the value of attribute business_details.
-
#contact_details ⇒ Object
readonly
Returns the value of attribute contact_details.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#discount ⇒ Object
readonly
Returns the value of attribute discount.
-
#items ⇒ Object
readonly
Returns the value of attribute items.
-
#live_mode ⇒ Object
readonly
Returns the value of attribute live_mode.
-
#miscellaneous_charges ⇒ Object
readonly
Returns the value of attribute miscellaneous_charges.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#schedule ⇒ Object
readonly
Returns the value of attribute schedule.
-
#terms_notes ⇒ Object
readonly
Returns the value of attribute terms_notes.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/invoices/update_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/update_invoice_schedule_dto.rb', line 9 def alt_type @alt_type end |
#attachments ⇒ Object (readonly)
Returns the value of attribute attachments
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_schedule_dto.rb', line 9 def @attachments end |
#business_details ⇒ Object (readonly)
Returns the value of attribute business_details
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_schedule_dto.rb', line 9 def business_details @business_details end |
#contact_details ⇒ Object (readonly)
Returns the value of attribute contact_details
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_schedule_dto.rb', line 9 def contact_details @contact_details end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_schedule_dto.rb', line 9 def currency @currency end |
#discount ⇒ Object (readonly)
Returns the value of attribute discount
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_schedule_dto.rb', line 9 def discount @discount end |
#items ⇒ Object (readonly)
Returns the value of attribute items
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_schedule_dto.rb', line 9 def items @items end |
#live_mode ⇒ Object (readonly)
Returns the value of attribute live_mode
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_schedule_dto.rb', line 9 def live_mode @live_mode end |
#miscellaneous_charges ⇒ Object (readonly)
Returns the value of attribute miscellaneous_charges
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_schedule_dto.rb', line 9 def miscellaneous_charges @miscellaneous_charges end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_schedule_dto.rb', line 9 def name @name end |
#schedule ⇒ Object (readonly)
Returns the value of attribute schedule
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_schedule_dto.rb', line 9 def schedule @schedule end |
#terms_notes ⇒ Object (readonly)
Returns the value of attribute terms_notes
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_schedule_dto.rb', line 9 def terms_notes @terms_notes end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_schedule_dto.rb', line 9 def title @title end |