Interface PaymentMethodInfoCustomFieldAddedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface PaymentMethodInfoCustomFieldAddedMessagePayload extends MessagePayload

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.


Example to create an instance using the builder pattern

     PaymentMethodInfoCustomFieldAddedMessagePayload paymentMethodInfoCustomFieldAddedMessagePayload = PaymentMethodInfoCustomFieldAddedMessagePayload.builder()
             .name("{name}")
             .build()