Interface ShippingMethodSetLocalizedDescriptionAction

interface ShippingMethodSetLocalizedDescriptionAction {
    action: "setLocalizedDescription";
    localizedDescription?: LocalizedString;
}

Properties

action: "setLocalizedDescription"
localizedDescription?: LocalizedString

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

Generated using TypeDoc