Skip to main content

Input fields

days : Int! required

Number of days to delay based on delay strategy.

isVariable : Boolean

Whether the term is variable.

strategy : DelayerDaysStrategy! required

Defines the method for calculating the delay period.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "days": 95, "isVariable": true, "strategy": "FIXED" }