Class: HighLevel::Models::Invoices::UpdateInvoiceResponseDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/invoices/update_invoice_response_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/update_invoice_response_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/update_invoice_response_dto.rb', line 9

def alt_type
  @alt_type
end

#amount_dueObject (readonly)

Returns the value of attribute amount_due

Returns:

  • (Object)

    the current value of amount_due



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

def amount_due
  @amount_due
end

#amount_paidObject (readonly)

Returns the value of attribute amount_paid

Returns:

  • (Object)

    the current value of amount_paid



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

def amount_paid
  @amount_paid
end

#automatic_taxes_calculatedObject (readonly)

Returns the value of attribute automatic_taxes_calculated

Returns:

  • (Object)

    the current value of automatic_taxes_calculated



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

def automatic_taxes_calculated
  @automatic_taxes_calculated
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/update_invoice_response_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/update_invoice_response_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/update_invoice_response_dto.rb', line 9

def contact_details
  @contact_details
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



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

def created_at
  @created_at
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/update_invoice_response_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/update_invoice_response_dto.rb', line 9

def discount
  @discount
end

#due_dateObject (readonly)

Returns the value of attribute due_date

Returns:

  • (Object)

    the current value of due_date



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

def due_date
  @due_date
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#invoice_itemsObject (readonly)

Returns the value of attribute invoice_items

Returns:

  • (Object)

    the current value of invoice_items



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

def invoice_items
  @invoice_items
end

#invoice_numberObject (readonly)

Returns the value of attribute invoice_number

Returns:

  • (Object)

    the current value of invoice_number



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

def invoice_number
  @invoice_number
end

#issue_dateObject (readonly)

Returns the value of attribute issue_date

Returns:

  • (Object)

    the current value of issue_date



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

def issue_date
  @issue_date
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/update_invoice_response_dto.rb', line 9

def live_mode
  @live_mode
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/update_invoice_response_dto.rb', line 9

def name
  @name
end

#payment_scheduleObject (readonly)

Returns the value of attribute payment_schedule

Returns:

  • (Object)

    the current value of payment_schedule



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

def payment_schedule
  @payment_schedule
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
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/update_invoice_response_dto.rb', line 9

def title
  @title
end

#totalObject (readonly)

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



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

def total
  @total
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



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

def updated_at
  @updated_at
end