CustomBeneficiaryRankInput
Input to provide details about a beneficiary, address, personal details, and allotment amount.
input CustomBeneficiaryRankInput {
address: AddressInput!
allotmentPercentage: Percentage!
dateOfBirth: Date!
firstName: String!
gender: Gender!
lastName: String!
rank: Int!
}
Fields
CustomBeneficiaryRankInput.address ● AddressInput! non-null input
Current address of residence of the beneficiary.
CustomBeneficiaryRankInput.allotmentPercentage ● Percentage! non-null scalar
The percentage amount of the insurance payout assigned to the beneficiary. The sum of all allotments of all life / death beneficiaries respectively should equal to 100.
CustomBeneficiaryRankInput.dateOfBirth ● Date! non-null scalar
Date of birth of the beneficiary.
CustomBeneficiaryRankInput.firstName ● String! non-null scalar
The first name of the beneficiary (including any middle names).
CustomBeneficiaryRankInput.gender ● Gender! non-null enum
The current gender of the beneficiary. **Note:** The core insurance system is still adopting a diverse gender option. This means we require a binary gender selection limited to MALE|FEMALE for now.
CustomBeneficiaryRankInput.lastName ● String! non-null scalar
The last name of the beneficiary.
CustomBeneficiaryRankInput.rank ● Int! non-null scalar
Indicates the rank for the allotments. rank : 1 = first beneficiary
Member Of
LiechtensteinLifeWealthDeathBeneficiaryInput input ● ProsperityPlusGermanyDeathBeneficiaryInput input