Interface ShippingMethodSetLocalizedNameAction

interface ShippingMethodSetLocalizedNameAction {
    action: "setLocalizedName";
    localizedName?: LocalizedString;
}

Properties

action: "setLocalizedName"
localizedName?: LocalizedString

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

Generated using TypeDoc