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.
{
  "endAge": 70,
  "startAge": 65,
  "type": "AGE_RANGE"
}