Class: HighLevel::Models::Invoices::SendInvoicesResponseDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#email_dataObject (readonly)

Returns the value of attribute email_data

Returns:

  • (Object)

    the current value of email_data



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

def email_data
  @email_data
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/send_invoices_response_dto.rb', line 9

def invoice
  @invoice
end

#sms_dataObject (readonly)

Returns the value of attribute sms_data

Returns:

  • (Object)

    the current value of sms_data



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

def sms_data
  @sms_data
end