Interface PaymentMethodCustomFieldAddedMessagePayload

Generated after adding a Custom Field to a Payment Method using the Set CustomField update action. If a Custom Field already exists with the same name, a PaymentMethodCustomFieldChanged Message is generated instead.

interface PaymentMethodCustomFieldAddedMessagePayload {
    name: string;
    type: "PaymentMethodCustomFieldAdded";
    value: any;
}

Hierarchy (View Summary)

Properties

Properties

name: string

Name of the Custom Field that was added.

type: "PaymentMethodCustomFieldAdded"
value: any

The added CustomFieldValue based on the FieldType.