Objects
This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.
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"}