Interface ClassificationShippingRateInputDraft

interface ClassificationShippingRateInputDraft {
    key: string;
    type: "Classification";
}

Properties

Properties

key: string

Key of the value used as a programmatic identifier.

type: "Classification"

Generated using TypeDoc