Interface PaymentMethodCustomFieldAddedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface PaymentMethodCustomFieldAddedMessagePayload extends MessagePayload

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.


Example to create an instance using the builder pattern

     PaymentMethodCustomFieldAddedMessagePayload paymentMethodCustomFieldAddedMessagePayload = PaymentMethodCustomFieldAddedMessagePayload.builder()
             .name("{name}")
             .build()