Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 950 Bytes

ValidityTimeframe.md

File metadata and controls

14 lines (8 loc) · 950 Bytes

ValidityTimeframe

Set recurrent time periods when the earning rule is valid. For example, valid for 1 hour every other day.start_date required when including the validity_timeframe.

Properties

Name Type Description Notes
duration str Defines the amount of time an earning rule will be active in ISO 8601 format. For example, an earning rule with a `duration` of `PT1H` will be valid for a duration of one hour. [optional]
interval str Defines the intervening time between two time points in ISO 8601 format, expressed as a duration. For example, an earning rule with an `interval` of `P2D` will be valid every other day. [optional]

[Back to Model list] [Back to API list] [Back to README]