Interface IContextUserExternal

Hierarchy

Properties

accessToken: string
address?: IAddress
addressUpdate?: boolean
billingEnv: Environment
contextType: USER
contextVersion: 2
customer?: ICustomer
i18n: {
    isoCode: "de" | "en" | "es" | "fr" | "it" | "nl" | "pl" | "pt" | "ro";
}

Type declaration

  • isoCode: "de" | "en" | "es" | "fr" | "it" | "nl" | "pl" | "pt" | "ro"
isSandbox: boolean
isSubscriptionUpdated?: boolean
offerSelection?: IContextOfferSelection
organization: IContextOrganization
paymentMethod?: IPaymentMethod
paymentMethodUpdate?: boolean
product?: IContextProduct
refreshToken?: string
subscription?: ISubscription
subscriptionUpdate?: boolean
uuid?: string

Generated using TypeDoc