interface ShippingMethodChangeValue {
    id: string;
    name: string;
}

Properties

Properties

id: string

id of the ShippingMethod.

name: string

Name of the ShippingMethod.