Update action to set the custom type and fields.

interface RecurringOrderSetCustomTypeAction {
    action: "setCustomType";
    fields?: FieldContainer;
    type?: TypeResourceIdentifier;
}

Properties

Properties

action: "setCustomType"