Class: HighLevel::Models::Invoices::RecordPaymentResponseDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#invoiceObject (readonly)

Returns the value of attribute invoice

Returns:

  • (Object)

    the current value of invoice



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

def invoice
  @invoice
end

#successObject (readonly)

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



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

def success
  @success
end