Interface PaymentMethodInfoTokenSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin
All Known Implementing Classes:
PaymentMethodInfoTokenSetMessagePayloadImpl

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()