Class: HighLevel::Models::Invoices::UpdateInvoiceLateFeesConfigurationDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::UpdateInvoiceLateFeesConfigurationDto
- Defined in:
- lib/high_level/models/invoices/update_invoice_late_fees_configuration_dto.rb
Instance Attribute Summary collapse
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#alt_type ⇒ Object
readonly
Returns the value of attribute alt_type.
-
#late_fees_configuration ⇒ Object
readonly
Returns the value of attribute late_fees_configuration.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_late_fees_configuration_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/update_invoice_late_fees_configuration_dto.rb', line 9 def alt_type @alt_type end |
#late_fees_configuration ⇒ Object (readonly)
Returns the value of attribute late_fees_configuration
9 10 11 |
# File 'lib/high_level/models/invoices/update_invoice_late_fees_configuration_dto.rb', line 9 def late_fees_configuration @late_fees_configuration end |