Interface PaymentMethodInfoTokenSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface PaymentMethodInfoTokenSetMessagePayload extends MessagePayload

Generated after a successful Set MethodInfo Token update action.


Example to create an instance using the builder pattern

     PaymentMethodInfoTokenSetMessagePayload paymentMethodInfoTokenSetMessagePayload = PaymentMethodInfoTokenSetMessagePayload.builder()
             .build()