interface ShippingMethodChangeIsDefaultAction {
    action: "changeIsDefault";
    isDefault: boolean;
}

Properties

Properties

action: "changeIsDefault"
isDefault: boolean

Value to set. Only one ShippingMethod can be default in a Project.

Generated using TypeDoc