interface ScoreShippingRateInputDraft {
    score: number;
    type: "Score";
}

Hierarchy (View Summary)

Properties

Properties

score: number

Abstract value for categorizing a Cart.

type: "Score"