Interface IContextAccountUiExternal

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
shop?: {
    uuid: string;
}

Type declaration

  • uuid: string
subscription?: ISubscription
subscriptionUpdate?: boolean
user: {
    email: string;
    uuid: string;
}

Type declaration

  • email: string
  • uuid: string
uuid?: string

Generated using TypeDoc