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; shipping_address?: ShippingAddress; sub: string;} Type declaration
Optionaldate_of_birth?: string | null
Optionalemail?: string | null
Optionalemail_verified?: boolean
Optionalfamily_name?: string | null
Optionalgiven_name?: string | null
Optionallocale?: string | null
Optionalphone?: string | null
sub: string