Interface PaymentMethodInfoCustomFieldRemovedMessagePayload

Generated after removing a Custom Field from a PaymentMethodInfo using the Set MethodInfo CustomField update action on Payments and the Set MethodInfo CustomField update action on My Payments.

interface PaymentMethodInfoCustomFieldRemovedMessagePayload {
    name: string;
    type: "PaymentMethodInfoCustomFieldRemoved";
}

Hierarchy (View Summary)

Properties

Properties

name: string

Name of the Custom Field that was removed.

type: "PaymentMethodInfoCustomFieldRemoved"