Objects

PayoutDetails

Provides details about a monthly payout from a pension.

activeboolean

Indicates if the payout is active.

lifelongPayoutboolean

Indicates if the payout has a defined end.

The payout period, can be a range of ages or dates.

{
  "active": false,
  "amount": {
    "currencyCode": "EUR",
    "minorUnitAmount": 24999
  },
  "lifelongPayout": false,
  "period": {
    "type": "AGE_RANGE"
  }
}