Objects

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

DatePeriod

A payout period described by an date range.

endDatestring

The payout end date. Will not be set if the payout is lifelong.

startDatestring

The payout start date.

typestring
Possible Enum values are DATE_RANGE.
Properties inherited from: PayoutPeriod
typestring

Type of the period.

Possible Enum values are AGE_RANGE or DATE_RANGE.
Example
{  "endDate": "2060-01-31",  "startDate": "2050-01-01",  "type": "DATE_RANGE"}