Class: HighLevel::Models::Invoices::SendInvoiceDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



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

def action
  @action
end

#alt_idObject (readonly)

Returns the value of attribute alt_id

Returns:

  • (Object)

    the current value of alt_id



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

def alt_id
  @alt_id
end

#alt_typeObject (readonly)

Returns the value of attribute alt_type

Returns:

  • (Object)

    the current value of alt_type



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

def alt_type
  @alt_type
end

#auto_paymentObject (readonly)

Returns the value of attribute auto_payment

Returns:

  • (Object)

    the current value of auto_payment



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

def auto_payment
  @auto_payment
end

#live_modeObject (readonly)

Returns the value of attribute live_mode

Returns:

  • (Object)

    the current value of live_mode



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

def live_mode
  @live_mode
end

#sent_fromObject (readonly)

Returns the value of attribute sent_from

Returns:

  • (Object)

    the current value of sent_from



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

def sent_from
  @sent_from
end

#user_idObject (readonly)

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



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

def user_id
  @user_id
end