Type Alias UserAccountProfile

UserAccountProfile: {
    billing_address?: BillingAddress;
    date_of_birth?: string | null;
    email?: string | null;
    email_verified?: boolean;
    family_name?: string | null;
    given_name?: string | null;
    locale?: string | null;
    national_identification?: NationalIdentification;
    phone?: string | null;
    sub: string;
}

Type declaration

  • Optionalbilling_address?: BillingAddress
  • Optionaldate_of_birth?: string | null
  • Optionalemail?: string | null
  • Optionalemail_verified?: boolean
  • Optionalfamily_name?: string | null
  • Optionalgiven_name?: string | null
  • Optionallocale?: string | null
  • Optionalnational_identification?: NationalIdentification
  • Optionalphone?: string | null
  • sub: string