Schema

Scalars

Enums

Objects

Input Objects

BtlApplicantDraft (INPUT OBJECT)

Schema Definition

input BtlApplicantDraft {   # A list of additional income for the applicant, set to empty if none
additionalIncome: [BtlAdditionalIncome!] barclaysPremier: Boolean companyDirectorIncome: CompanyDirectorIncome   # Applicants contractor income
contractorIncome: ContractorIncomeDraft dateOfBirth: Date email: String expenditure: [BtlExpenditure]! firstName: String gender: Gender   # An applicants home phone number
homePhone: String income: BtlIncome lastName: String livingExpenses: [LivingExpenses!] maritalStatus: MaritalStatus middleName: String mobile: String notes: String   # Do you own your main residence?
ownMainResidence: Boolean   # Profit/Loss for properties, required when applicant has properties.
propertyIncome: [Int!]   # An applicants external reference
reference: String retirementAge: PositiveInteger retirementIncome: PositiveInteger   # Is current main residence in Scotland?
scotlandMainResidence: Boolean selfEmployedIncome: SelfEmployedIncome taxBand: TaxBand title: String }