hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface representing channel store operations.

    interface ISGIChannelStore {
        ClearOrder(): void;
        ConfirmPartnerOrder(confirmOrderInfo: any, productID: string): any;
        DeltaOrder(code: any, qty: number): number;
        DoOrder(): boolean;
        FakeServer(enable: boolean): void;
        GetAllPurchases(): void;
        GetCatalog(): void;
        GetChannelCred(): any;
        GetDeviceAttestation(nonce: string): string;
        GetIdentity(): number;
        GetOrder(): any;
        GetPartialUserData(properties: string, requestInfo: any): any;
        GetPurchases(): void;
        GetStoreCatalog(): void;
        GetUserData(): any;
        GetUserRegionData(): any;
        RequestPartnerOrder(orderInfo: any, productID: string): any;
        SetOrder(order: ISGROList, orderInfo: any): void;
        StoreChannelCredData(data: string): any;
    }

    Hierarchy (View Summary)

    Index

    Methods