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+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
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