interface ShippingMethodResourceIdentifier {
    id?: string;
    key?: string;
    typeId: "shipping-method";
}

Properties

Properties

id?: string

Unique identifier of the referenced ShippingMethod. Either id or key is required.

key?: string

User-defined unique identifier of the referenced ShippingMethod. Either id or key is required.

typeId: "shipping-method"

Generated using TypeDoc