@gradientedge/commercetools-utils
    Preparing search index...

    Interface PaymentMethodInfoCustomFieldAddedMessagePayload

    Generated after adding a Custom Field to a PaymentMethodInfo using the Set MethodInfo CustomField update action on Payments and the Set MethodInfo CustomField update action on My Payments. If a Custom Field already exists with the same name, a PaymentMethodInfoCustomFieldChanged Message is generated instead.

    interface PaymentMethodInfoCustomFieldAddedMessagePayload {
        name: string;
        type: "PaymentMethodInfoCustomFieldAdded";
        value: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Name of the Custom Field that was added.

    type: "PaymentMethodInfoCustomFieldAdded"
    value: any

    The added CustomFieldValue based on the FieldType.