Interface PaymentMethodInfoCustomFieldChangedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface PaymentMethodInfoCustomFieldChangedMessagePayload extends MessagePayload

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.


Example to create an instance using the builder pattern

     PaymentMethodInfoCustomFieldChangedMessagePayload paymentMethodInfoCustomFieldChangedMessagePayload = PaymentMethodInfoCustomFieldChangedMessagePayload.builder()
             .name("{name}")
             .build()