Class: HighLevel::Models::Invoices::EstimateTemplateResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::EstimateTemplateResponseDTO
- Defined in:
- lib/high_level/models/invoices/estimate_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.
-
#attachments ⇒ Object
readonly
Returns the value of attribute attachments.
-
#automatic_taxes_enabled ⇒ Object
readonly
Returns the value of attribute automatic_taxes_enabled.
-
#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.
-
#deleted ⇒ Object
readonly
Returns the value of attribute deleted.
-
#discount ⇒ Object
readonly
Returns the value of attribute discount.
-
#estimate_number_prefix ⇒ Object
readonly
Returns the value of attribute estimate_number_prefix.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#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.
-
#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.
-
#updated_by ⇒ Object
readonly
Returns the value of attribute updated_by.
-
#v ⇒ Object
readonly
Returns the value of attribute v.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_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/estimate_template_response_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/estimate_template_response_dto.rb', line 9 def @attachments end |
#automatic_taxes_enabled ⇒ Object (readonly)
Returns the value of attribute automatic_taxes_enabled
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_template_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/estimate_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/estimate_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/estimate_template_response_dto.rb', line 9 def currency @currency end |
#deleted ⇒ Object (readonly)
Returns the value of attribute deleted
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_template_response_dto.rb', line 9 def deleted @deleted end |
#discount ⇒ Object (readonly)
Returns the value of attribute discount
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_template_response_dto.rb', line 9 def discount @discount end |
#estimate_number_prefix ⇒ Object (readonly)
Returns the value of attribute estimate_number_prefix
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_template_response_dto.rb', line 9 def estimate_number_prefix @estimate_number_prefix end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_template_response_dto.rb', line 9 def id @id end |
#items ⇒ Object (readonly)
Returns the value of attribute items
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_template_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/estimate_template_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/estimate_template_response_dto.rb', line 9 def name @name end |
#terms_notes ⇒ Object (readonly)
Returns the value of attribute terms_notes
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_template_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/estimate_template_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/estimate_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/estimate_template_response_dto.rb', line 9 def updated_at @updated_at end |
#updated_by ⇒ Object (readonly)
Returns the value of attribute updated_by
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_template_response_dto.rb', line 9 def updated_by @updated_by end |
#v ⇒ Object (readonly)
Returns the value of attribute v
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_template_response_dto.rb', line 9 def v @v end |