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