nextPayReferencePeriod

Synopsis The start and end dates of the next Pay Reference Period that we expect contributions for.
Where used

/accounts/{accountId} response

This field contains an object with start and end properties that are the dates of the first and last day of the next Pay Reference Period that we expect contribution data for.

You should ensure that the value which you provide as payReferencePeriod in the /contributions request matches the value returned in this field of the /accounts/{accountId} response.

Data type

Date Range: an object with 'start' and 'end' properties.

Constraints/format

'start' and 'end': ISO8601-formatted date strings

Example

...
"nextPayReferencePeriod": {
"start": "2017-07-08",
"end": "2017-07-14"
}
...

See also

payReferencePeriod

payrollFrequency

prpFrequency