Interface PaymentMethodInfoCustomFieldChangedMessagePayload

Generated after changing an existing Custom Field on a PaymentMethodInfo using the Set MethodInfo CustomField update action on Payments and the Set MethodInfo CustomField update action on My Payments.

interface PaymentMethodInfoCustomFieldChangedMessagePayload {
    name: string;
    type: "PaymentMethodInfoCustomFieldChanged";
    value: any;
}

Hierarchy (View Summary)

Properties

Properties

name: string

Name of the Custom Field that changed.

type: "PaymentMethodInfoCustomFieldChanged"
value: any

CustomFieldValue based on the FieldType after the Set CustomField update action.