Class: HighLevel::Models::Invoices::UpdateInvoiceTemplateDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::UpdateInvoiceTemplateDto
- Defined in:
- lib/high_level/models/invoices/update_invoice_template_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.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#discount ⇒ Object
readonly
Returns the value of attribute discount.
-
#internal ⇒ Object
readonly
Returns the value of attribute internal.
-
#items ⇒ Object
readonly
Returns the value of attribute items.
-
#miscellaneous_charges ⇒ Object
readonly
Returns the value of attribute miscellaneous_charges.
-
#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.
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_template_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_template_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/update_invoice_template_dto.rb', line 9 def business_details @business_details end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_template_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_template_dto.rb', line 9 def discount @discount end |
#internal ⇒ Object (readonly)
Returns the value of attribute internal
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_template_dto.rb', line 9 def internal @internal end |
#items ⇒ Object (readonly)
Returns the value of attribute items
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_template_dto.rb', line 9 def items @items end |
#miscellaneous_charges ⇒ Object (readonly)
Returns the value of attribute miscellaneous_charges
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_template_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_template_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/update_invoice_template_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_template_dto.rb', line 9 def title @title end |