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