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

Properties

Properties

key: string

Key of the value used as a programmatic identifier.

Descriptive localized label of the value.

type: "Classification"

Generated using TypeDoc