Class: HighLevel::Models::Invoices::DefaultInvoiceResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::DefaultInvoiceResponseDto
- Defined in:
- lib/high_level/models/invoices/default_invoice_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.
-
#amount_due ⇒ Object
readonly
Returns the value of attribute amount_due.
-
#amount_paid ⇒ Object
readonly
Returns the value of attribute amount_paid.
-
#automatic_taxes_calculated ⇒ Object
readonly
Returns the value of attribute automatic_taxes_calculated.
-
#automatic_taxes_enabled ⇒ Object
readonly
Returns the value of attribute automatic_taxes_enabled.
-
#business_details ⇒ Object
readonly
Returns the value of attribute business_details.
-
#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.
-
#due_date ⇒ Object
readonly
Returns the value of attribute due_date.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#invoice_items ⇒ Object
readonly
Returns the value of attribute invoice_items.
-
#invoice_number ⇒ Object
readonly
Returns the value of attribute invoice_number.
-
#issue_date ⇒ Object
readonly
Returns the value of attribute issue_date.
-
#live_mode ⇒ Object
readonly
Returns the value of attribute live_mode.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#payment_schedule ⇒ Object
readonly
Returns the value of attribute payment_schedule.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#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/default_invoice_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/default_invoice_response_dto.rb', line 9 def alt_type @alt_type end |
#amount_due ⇒ Object (readonly)
Returns the value of attribute amount_due
9 10 11 |
# File 'lib/high_level/models/invoices/default_invoice_response_dto.rb', line 9 def amount_due @amount_due end |
#amount_paid ⇒ Object (readonly)
Returns the value of attribute amount_paid
9 10 11 |
# File 'lib/high_level/models/invoices/default_invoice_response_dto.rb', line 9 def amount_paid @amount_paid end |
#automatic_taxes_calculated ⇒ Object (readonly)
Returns the value of attribute automatic_taxes_calculated
9 10 11 |
# File 'lib/high_level/models/invoices/default_invoice_response_dto.rb', line 9 def automatic_taxes_calculated @automatic_taxes_calculated end |
#automatic_taxes_enabled ⇒ Object (readonly)
Returns the value of attribute automatic_taxes_enabled
9 10 11 |
# File 'lib/high_level/models/invoices/default_invoice_response_dto.rb', line 9 def automatic_taxes_enabled @automatic_taxes_enabled end |
#business_details ⇒ Object (readonly)
Returns the value of attribute business_details
9 10 11 |
# File 'lib/high_level/models/invoices/default_invoice_response_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/default_invoice_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/default_invoice_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/default_invoice_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/default_invoice_response_dto.rb', line 9 def discount @discount end |
#due_date ⇒ Object (readonly)
Returns the value of attribute due_date
9 10 11 |
# File 'lib/high_level/models/invoices/default_invoice_response_dto.rb', line 9 def due_date @due_date end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/invoices/default_invoice_response_dto.rb', line 9 def id @id end |
#invoice_items ⇒ Object (readonly)
Returns the value of attribute invoice_items
9 10 11 |
# File 'lib/high_level/models/invoices/default_invoice_response_dto.rb', line 9 def invoice_items @invoice_items end |
#invoice_number ⇒ Object (readonly)
Returns the value of attribute invoice_number
9 10 11 |
# File 'lib/high_level/models/invoices/default_invoice_response_dto.rb', line 9 def invoice_number @invoice_number end |
#issue_date ⇒ Object (readonly)
Returns the value of attribute issue_date
9 10 11 |
# File 'lib/high_level/models/invoices/default_invoice_response_dto.rb', line 9 def issue_date @issue_date end |
#live_mode ⇒ Object (readonly)
Returns the value of attribute live_mode
9 10 11 |
# File 'lib/high_level/models/invoices/default_invoice_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/default_invoice_response_dto.rb', line 9 def name @name end |
#payment_schedule ⇒ Object (readonly)
Returns the value of attribute payment_schedule
9 10 11 |
# File 'lib/high_level/models/invoices/default_invoice_response_dto.rb', line 9 def payment_schedule @payment_schedule end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/invoices/default_invoice_response_dto.rb', line 9 def status @status end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/invoices/default_invoice_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/default_invoice_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/default_invoice_response_dto.rb', line 9 def updated_at @updated_at end |