Objects
PayoutDetails
activeboolean
Indicates if the payout is active.
amountMonetaryAmount
Amount to be paid out.
lifelongPayoutboolean
Indicates if the payout has a defined end.
periodPayoutPeriod
Period for the payout, can be a range of ages or dates.
{
"active": false,
"amount": {
"amount": 10.32,
"currency": "EUR"
},
"lifelongPayout": false,
"period": {
"type": "AGE_RANGE"
}
}