Class: HighLevel::Models::Invoices::CreateInvoiceScheduleDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/invoices/create_invoice_schedule_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alt_idObject (readonly)

Returns the value of attribute alt_id

Returns:

  • (Object)

    the current value of 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_typeObject (readonly)

Returns the value of attribute alt_type

Returns:

  • (Object)

    the current value of alt_type



9
10
11
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9

def alt_type
  @alt_type
end

#attachmentsObject (readonly)

Returns the value of attribute attachments

Returns:

  • (Object)

    the current value of attachments



9
10
11
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9

def attachments
  @attachments
end

#automatic_taxes_enabledObject (readonly)

Returns the value of attribute automatic_taxes_enabled

Returns:

  • (Object)

    the current value of 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_detailsObject (readonly)

Returns the value of attribute business_details

Returns:

  • (Object)

    the current value of 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_detailsObject (readonly)

Returns the value of attribute contact_details

Returns:

  • (Object)

    the current value of contact_details



9
10
11
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9

def contact_details
  @contact_details
end

#currencyObject (readonly)

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



9
10
11
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9

def currency
  @currency
end

#discountObject (readonly)

Returns the value of attribute discount

Returns:

  • (Object)

    the current value of discount



9
10
11
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9

def discount
  @discount
end

#invoice_number_prefixObject (readonly)

Returns the value of attribute invoice_number_prefix

Returns:

  • (Object)

    the current value of 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

#itemsObject (readonly)

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



9
10
11
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9

def items
  @items
end

#late_fees_configurationObject (readonly)

Returns the value of attribute late_fees_configuration

Returns:

  • (Object)

    the current value of 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_modeObject (readonly)

Returns the value of attribute live_mode

Returns:

  • (Object)

    the current value of 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_chargesObject (readonly)

Returns the value of attribute miscellaneous_charges

Returns:

  • (Object)

    the current value of miscellaneous_charges



9
10
11
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9

def miscellaneous_charges
  @miscellaneous_charges
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9

def name
  @name
end

#payment_methodsObject (readonly)

Returns the value of attribute payment_methods

Returns:

  • (Object)

    the current value of payment_methods



9
10
11
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9

def payment_methods
  @payment_methods
end

#scheduleObject (readonly)

Returns the value of attribute schedule

Returns:

  • (Object)

    the current value of schedule



9
10
11
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9

def schedule
  @schedule
end

#terms_notesObject (readonly)

Returns the value of attribute terms_notes

Returns:

  • (Object)

    the current value of 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_configurationObject (readonly)

Returns the value of attribute tips_configuration

Returns:

  • (Object)

    the current value of tips_configuration



9
10
11
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9

def tips_configuration
  @tips_configuration
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/high_level/models/invoices/create_invoice_schedule_dto.rb', line 9

def title
  @title
end