Interface IContextShopExternalV2

Hierarchy

Properties

accessToken?: string
address?: IAddress
addressUpdate?: boolean
billingEnv: Environment
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
refreshToken?: string
shop: {
    domain: string;
    uuid: string;
}

Type declaration

  • domain: string
  • uuid: string
subscription?: ISubscription
subscriptionUpdate?: boolean
uuid?: string

Generated using TypeDoc