Class: HighLevel::Models::Invoices::LateFeesConfigurationDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#enableObject (readonly)

Returns the value of attribute enable

Returns:

  • (Object)

    the current value of enable



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

def enable
  @enable
end

#frequencyObject (readonly)

Returns the value of attribute frequency

Returns:

  • (Object)

    the current value of frequency



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

def frequency
  @frequency
end

#graceObject (readonly)

Returns the value of attribute grace

Returns:

  • (Object)

    the current value of grace



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

def grace
  @grace
end

#max_late_feesObject (readonly)

Returns the value of attribute max_late_fees

Returns:

  • (Object)

    the current value of 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

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end