ordercloud-javascript-sdk
    Preparing search index...

    Interface ProductSeller<TPriceScheduleXp>

    interface ProductSeller<TPriceScheduleXp = any> {
        ID?: string;
        Name?: string;
        PriceSchedule?: BuyerPriceSchedule<TPriceScheduleXp>;
    }

    Type Parameters

    • TPriceScheduleXp = any
    Index
    ID?: string
    Name?: string