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