Interface PaymentMethodCustomFieldChangedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface PaymentMethodCustomFieldChangedMessagePayload extends MessagePayload

Generated after changing an existing Custom Field on a Payment Method using the Set CustomField update action.


Example to create an instance using the builder pattern

     PaymentMethodCustomFieldChangedMessagePayload paymentMethodCustomFieldChangedMessagePayload = PaymentMethodCustomFieldChangedMessagePayload.builder()
             .name("{name}")
             .build()