Class: HighLevel::Models::Invoices::CreateInvoiceScheduleDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::CreateInvoiceScheduleDto
- Defined in:
- lib/high_level/models/invoices/create_invoice_schedule_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.
-
#contact_details ⇒ Object
readonly
Returns the value of attribute contact_details.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#discount ⇒ Object
readonly
Returns the value of attribute discount.
-
#invoice_number_prefix ⇒ Object
readonly
Returns the value of attribute invoice_number_prefix.
-
#items ⇒ Object
readonly
Returns the value of attribute items.
-
#late_fees_configuration ⇒ Object
readonly
Returns the value of attribute late_fees_configuration.
-
#live_mode ⇒ Object
readonly
Returns the value of attribute live_mode.
-
#miscellaneous_charges ⇒ Object
readonly
Returns the value of attribute miscellaneous_charges.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#payment_methods ⇒ Object
readonly
Returns the value of attribute payment_methods.
-
#schedule ⇒ Object
readonly
Returns the value of attribute schedule.
-
#terms_notes ⇒ Object
readonly
Returns the value of attribute terms_notes.
-
#tips_configuration ⇒ Object
readonly
Returns the value of attribute tips_configuration.
-
#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/create_invoice_schedule_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/create_invoice_schedule_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/create_invoice_schedule_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/create_invoice_schedule_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/create_invoice_schedule_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/create_invoice_schedule_dto.rb', line 9 def contact_details @contact_details end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency
9 10 11 |
# File 'lib/high_level/models/invoices/create_invoice_schedule_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/create_invoice_schedule_dto.rb', line 9 def discount @discount end |
#invoice_number_prefix ⇒ Object (readonly)
Returns the value of attribute invoice_number_prefix
9 10 11 |
# File 'lib/high_level/models/invoices/create_invoice_schedule_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/create_invoice_schedule_dto.rb', line 9 def items @items end |
#late_fees_configuration ⇒ Object (readonly)
Returns the value of attribute late_fees_configuration
9 10 11 |
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9 def late_fees_configuration @late_fees_configuration end |
#live_mode ⇒ Object (readonly)
Returns the value of attribute live_mode
9 10 11 |
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9 def live_mode @live_mode end |
#miscellaneous_charges ⇒ Object (readonly)
Returns the value of attribute miscellaneous_charges
9 10 11 |
# File 'lib/high_level/models/invoices/create_invoice_schedule_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/create_invoice_schedule_dto.rb', line 9 def name @name end |
#payment_methods ⇒ Object (readonly)
Returns the value of attribute payment_methods
9 10 11 |
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9 def payment_methods @payment_methods end |
#schedule ⇒ Object (readonly)
Returns the value of attribute schedule
9 10 11 |
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9 def schedule @schedule end |
#terms_notes ⇒ Object (readonly)
Returns the value of attribute terms_notes
9 10 11 |
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9 def terms_notes @terms_notes end |
#tips_configuration ⇒ Object (readonly)
Returns the value of attribute tips_configuration
9 10 11 |
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9 def tips_configuration @tips_configuration end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9 def title @title end |