interface ClassificationShippingRateInput {
    key: string;
    label: LocalizedString;
    type: "Classification";
}

Hierarchy (View Summary)

Properties

Properties

key: string

Key of the value used as a programmatic identifier.

Descriptive localized label of the value.

type: "Classification"