Gender
The gender of the customer.
**Important Limitation**: Currently, the core insurance system only supports binary gender options (MALE/FEMALE). We are actively working with insurance providers to support more inclusive gender options in the future.
enum Gender {
FEMALE
MALE
}
Values
Gender.FEMALE
Female gender marker.
Gender.MALE
Male gender marker.
Member Of
CustomBeneficiaryInput input ● CustomBeneficiaryRankInput input ● IndividualPersonCustomer object ● NewCustomerInput input ● Prosperity3APersonalBeneficiaryInput input ● UpdateIndividualCustomerInput input