Class: HighLevel::Models::Invoices::TipsConfigurationDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/invoices/tips_configuration_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#tips_enabledObject (readonly)

Returns the value of attribute tips_enabled

Returns:

  • (Object)

    the current value of tips_enabled



9
10
11
# File 'lib/high_level/models/invoices/tips_configuration_dto.rb', line 9

def tips_enabled
  @tips_enabled
end

#tips_percentageObject (readonly)

Returns the value of attribute tips_percentage

Returns:

  • (Object)

    the current value of tips_percentage



9
10
11
# File 'lib/high_level/models/invoices/tips_configuration_dto.rb', line 9

def tips_percentage
  @tips_percentage
end