Click or drag to resize

FlatRate Class

Represents a class which contains flat rate pricing details.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIFlatRate

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0+d4fb723f4ad0e9e30f6b55b897e9801518fd56bb
Syntax
public class FlatRate

The FlatRate type exposes the following members.

Constructors
 NameDescription
Public methodFlatRateInitializes a new instance of the FlatRate class
Top
Properties
 NameDescription
Public propertyAdditionalHoursUnitPrice The unit price for hours which will be used once the flat rate hours have been used.
Public propertyAreAdditionalHoursBillable Specifies are the additional hours billable.
Public propertyHours The quantity of hours included in the flat rate price.
Public propertyPrice The flat rate price.
Top
See Also