ordercloud-javascript-sdk
    Preparing search index...

    Interface ShipMethod<TShipMethodXp>

    interface ShipMethod<TShipMethodXp = any> {
        Cost?: number;
        EstimatedTransitDays?: number;
        ID?: string;
        Name?: string;
        xp?: TShipMethodXp;
    }

    Type Parameters

    • TShipMethodXp = any
    Index
    Cost?: number
    EstimatedTransitDays?: number
    ID?: string
    Name?: string