Class: HighLevel::Models::Invoices::CreateInvoiceFromEstimateDto

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

def alt_type
  @alt_type
end

#mark_as_invoicedObject (readonly)

Returns the value of attribute mark_as_invoiced

Returns:

  • (Object)

    the current value of mark_as_invoiced



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

def mark_as_invoiced
  @mark_as_invoiced
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



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

def version
  @version
end