Class: HighLevel::Models::Invoices::SendInvoiceDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::SendInvoiceDto
- Defined in:
- lib/high_level/models/invoices/send_invoice_dto.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#alt_type ⇒ Object
readonly
Returns the value of attribute alt_type.
-
#auto_payment ⇒ Object
readonly
Returns the value of attribute auto_payment.
-
#live_mode ⇒ Object
readonly
Returns the value of attribute live_mode.
-
#sent_from ⇒ Object
readonly
Returns the value of attribute sent_from.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
9 10 11 |
# File 'lib/high_level/models/invoices/send_invoice_dto.rb', line 9 def action @action end |
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/invoices/send_invoice_dto.rb', line 9 def alt_id @alt_id end |
#alt_type ⇒ Object (readonly)
Returns the value of attribute alt_type
9 10 11 |
# File 'lib/high_level/models/invoices/send_invoice_dto.rb', line 9 def alt_type @alt_type end |
#auto_payment ⇒ Object (readonly)
Returns the value of attribute auto_payment
9 10 11 |
# File 'lib/high_level/models/invoices/send_invoice_dto.rb', line 9 def auto_payment @auto_payment end |
#live_mode ⇒ Object (readonly)
Returns the value of attribute live_mode
9 10 11 |
# File 'lib/high_level/models/invoices/send_invoice_dto.rb', line 9 def live_mode @live_mode end |
#sent_from ⇒ Object (readonly)
Returns the value of attribute sent_from
9 10 11 |
# File 'lib/high_level/models/invoices/send_invoice_dto.rb', line 9 def sent_from @sent_from end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
9 10 11 |
# File 'lib/high_level/models/invoices/send_invoice_dto.rb', line 9 def user_id @user_id end |