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