Interface PaymentMethodKeySetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface PaymentMethodKeySetMessagePayload extends MessagePayload

Generated after a successful Set Key update action.


Example to create an instance using the builder pattern

     PaymentMethodKeySetMessagePayload paymentMethodKeySetMessagePayload = PaymentMethodKeySetMessagePayload.builder()
             .build()