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