ordercloud-javascript-sdk
    Preparing search index...

    Interface ProductAssignment

    interface ProductAssignment {
        BuyerID?: string;
        PriceScheduleID?: string;
        ProductID?: string;
        SellerID?: string;
        UserGroupID?: string;
    }
    Index
    BuyerID?: string
    PriceScheduleID?: string
    ProductID?: string
    SellerID?: string
    UserGroupID?: string