Interface PaymentMethodCustomTypeRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface PaymentMethodCustomTypeRemovedMessagePayload extends MessagePayload

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


Example to create an instance using the builder pattern

     PaymentMethodCustomTypeRemovedMessagePayload paymentMethodCustomTypeRemovedMessagePayload = PaymentMethodCustomTypeRemovedMessagePayload.builder()
             .build()