ordercloud-javascript-sdk
    Preparing search index...

    Interface ApiClient<TApiClientXp>

    interface ApiClient<TApiClientXp = any> {
        AccessTokenDuration: number;
        Active?: boolean;
        AddToCartIntegrationEventID?: string;
        AddToCartIntegrationEventName?: string;
        AllowAnyBuyer?: boolean;
        AllowAnySupplier?: boolean;
        AllowSeller?: boolean;
        AnonymousTokenDuration?: number;
        AppName: string;
        AssignedBuyerCount?: number;
        AssignedSupplierCount?: number;
        DefaultContextUserName?: string;
        ID?: string;
        IsAnonBuyer?: boolean;
        MaximumGrantedCustomRoles?: string[];
        MaximumGrantedRoles?: ApiRole[];
        MinimumRequiredCustomRoles?: string[];
        MinimumRequiredRoles?: ApiRole[];
        OrderCheckoutIntegrationEventID?: string;
        OrderCheckoutIntegrationEventName?: string;
        OrderReturnIntegrationEventID?: string;
        OrderReturnIntegrationEventName?: string;
        RefreshTokenDuration?: number;
        xp?: TApiClientXp;
    }

    Type Parameters

    • TApiClientXp = any
    Index
    AccessTokenDuration: number
    Active?: boolean
    AddToCartIntegrationEventID?: string
    AddToCartIntegrationEventName?: string
    AllowAnyBuyer?: boolean
    AllowAnySupplier?: boolean
    AllowSeller?: boolean
    AnonymousTokenDuration?: number
    AppName: string
    AssignedBuyerCount?: number
    AssignedSupplierCount?: number
    DefaultContextUserName?: string
    ID?: string
    IsAnonBuyer?: boolean
    MaximumGrantedCustomRoles?: string[]
    MaximumGrantedRoles?: ApiRole[]
    MinimumRequiredCustomRoles?: string[]
    MinimumRequiredRoles?: ApiRole[]
    OrderCheckoutIntegrationEventID?: string
    OrderCheckoutIntegrationEventName?: string
    OrderReturnIntegrationEventID?: string
    OrderReturnIntegrationEventName?: string
    RefreshTokenDuration?: number