Class: HighLevel::Models::Invoices::CreateInvoiceFromEstimateResponseDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#estimateObject (readonly)

Returns the value of attribute estimate

Returns:

  • (Object)

    the current value of estimate



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

def estimate
  @estimate
end

#invoiceObject (readonly)

Returns the value of attribute invoice

Returns:

  • (Object)

    the current value of invoice



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

def invoice
  @invoice
end