Class: HighLevel::Models::Invoices::Text2PayInvoiceResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::Text2PayInvoiceResponseDto
- Defined in:
- lib/high_level/models/invoices/text2_pay_invoice_response_dto.rb
Instance Attribute Summary collapse
-
#invoice ⇒ Object
readonly
Returns the value of attribute invoice.
-
#invoice_url ⇒ Object
readonly
Returns the value of attribute invoice_url.
Instance Attribute Details
#invoice ⇒ Object (readonly)
Returns the value of attribute invoice
9 10 11 |
# File 'lib/high_level/models/invoices/text2_pay_invoice_response_dto.rb', line 9 def invoice @invoice end |
#invoice_url ⇒ Object (readonly)
Returns the value of attribute invoice_url
9 10 11 |
# File 'lib/high_level/models/invoices/text2_pay_invoice_response_dto.rb', line 9 def invoice_url @invoice_url end |