Interface RecurringOrderCustomFieldAddedMessagePayload

Generated after adding a Custom Field using the Set CustomField.

interface RecurringOrderCustomFieldAddedMessagePayload {
    name: string;
    type: "RecurringOrderCustomFieldAdded";
    value: any;
}

Hierarchy (View Summary)

Properties

Properties

name: string

Name of the Custom Field that was added.

type: "RecurringOrderCustomFieldAdded"
value: any

The added CustomFieldValue based on the FieldType.