Interface ProjectSetShippingRateInputTypeAction

interface ProjectSetShippingRateInputTypeAction {
    action: "setShippingRateInputType";
    shippingRateInputType?: ShippingRateInputType;
}

Properties

action: "setShippingRateInputType"
shippingRateInputType?: ShippingRateInputType

Value to set. If empty, any existing value will be removed.

Generated using TypeDoc