Interface PaymentMethodMethodSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface PaymentMethodMethodSetMessagePayload extends MessagePayload

Generated after a successful Set Method update action.


Example to create an instance using the builder pattern

     PaymentMethodMethodSetMessagePayload paymentMethodMethodSetMessagePayload = PaymentMethodMethodSetMessagePayload.builder()
             .build()