Interface PaymentMethodCustomFieldRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface PaymentMethodCustomFieldRemovedMessagePayload extends MessagePayload

Generated after removing a Custom Field from a Payment Method using the Set CustomField update action.


Example to create an instance using the builder pattern

     PaymentMethodCustomFieldRemovedMessagePayload paymentMethodCustomFieldRemovedMessagePayload = PaymentMethodCustomFieldRemovedMessagePayload.builder()
             .name("{name}")
             .build()