interface ShippingMethodChangeNameAction {
    action: "changeName";
    name: string;
}

Properties

Properties

action: "changeName"
name: string

Value to set. Must not be empty.

Generated using TypeDoc