Schema

Scalars

Enums

Objects

Input Objects

BtlPersonalDetailsCase (OBJECT)

Schema Definition

type BtlPersonalDetailsCase {   # Number of Adult dependants including applicant.
adults: PositiveInteger   # Is the applicant a Barclays Premier client.
barclayPremierCustomer: Boolean countryOfResidence: Country! dateOfBirth: Date! dependants: PositiveInteger employmentStatus: EmploymentStatus! gender: Gender maritalStatus: MaritalStatus! nationality: Nationality residentialStatus: ResidentialStatus! retirementAge: IntegerAboveZero! retirementIncome: PositiveInteger }