Interface IContextExternal

Hierarchy

Properties

accessToken?: string
address?: IAddress
addressUpdate?: boolean
billingEnv?: Environment
contextType: "user" | "shop" | "account_ui"
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
paymentMethod?: IPaymentMethod
paymentMethodUpdate?: boolean
refreshToken?: string
subscription?: ISubscription
subscriptionUpdate?: boolean
uuid?: string

Generated using TypeDoc