Objects

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"  }}