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.

PayoutDetails

activeboolean

Indicates if the payout is active.

Amount to be paid out.

lifelongPayoutboolean

Indicates if the payout has a defined end.

Period for the payout, can be a range of ages or dates.

Example
{  "active": false,  "amount": {    "amount": 10.32,    "currency": "EUR"  },  "lifelongPayout": false,  "period": {    "type": "AGE_RANGE"  }}