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