Class: HighLevel::Models::Invoices::GetTemplateResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::GetTemplateResponseDto
- Defined in:
- lib/high_level/models/invoices/get_template_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.
-
#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.
-
#invoice_number_prefix ⇒ Object
readonly
Returns the value of attribute invoice_number_prefix.
-
#items ⇒ Object
readonly
Returns the value of attribute items.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#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/get_template_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/get_template_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/get_template_response_dto.rb', line 9 def business_details @business_details end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/invoices/get_template_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/get_template_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/get_template_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/get_template_response_dto.rb', line 9 def id @id end |
#invoice_number_prefix ⇒ Object (readonly)
Returns the value of attribute invoice_number_prefix
9 10 11 |
# File 'lib/high_level/models/invoices/get_template_response_dto.rb', line 9 def invoice_number_prefix @invoice_number_prefix end |
#items ⇒ Object (readonly)
Returns the value of attribute items
9 10 11 |
# File 'lib/high_level/models/invoices/get_template_response_dto.rb', line 9 def items @items end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/invoices/get_template_response_dto.rb', line 9 def name @name end |
#total ⇒ Object (readonly)
Returns the value of attribute total
9 10 11 |
# File 'lib/high_level/models/invoices/get_template_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/get_template_response_dto.rb', line 9 def updated_at @updated_at end |