Objects
PayoutDetails
Provides details about a monthly payout from a pension.
activeboolean
Indicates if the payout is active.
amountMonetaryAmount
lifelongPayoutboolean
Indicates if the payout has a defined end.
periodPayoutPeriod
The payout period, can be a range of ages or dates.
Example
{ "active": false, "amount": { "currencyCode": "EUR", "minorUnitAmount": 24999 }, "lifelongPayout": false, "period": { "type": "AGE_RANGE" }}