restrictionType required | string A value that represents the type of this restriction. Used for processing purposes. |
validFrom required | string <date-time> The moment in time from which (i.e. at this point and after) the restriction is applicable. |
validUntil | string <date-time> The moment in time from which (i.e. after this point) the restriction is no longer applicable. |
{- "restrictionType": "NO_CREDITS",
- "validFrom": "2019-08-24T14:15:22Z",
- "validUntil": "2019-08-24T14:15:22Z"
}