Objects
AgePeriod
A payout period described by an age range.
endAgeinteger[int32]
The payout end age. Will not be set if the payout is lifelong.
startAgeinteger[int32]
The payout start age.
typestring
Possible Enum values are
AGE_RANGE.Properties inherited from: PayoutPeriod
typestring
Type of the period.
Possible Enum values are
AGE_RANGE or DATE_RANGE.Example
{ "endAge": 70, "startAge": 65, "type": "AGE_RANGE"}