Interface PaymentSetMethodInfoTokenAction

All Superinterfaces:
PaymentUpdateAction, ResourceUpdateAction<PaymentUpdateAction>

public interface PaymentSetMethodInfoTokenAction extends PaymentUpdateAction

This action generates the PaymentMethodInfoTokenSet Message.


Example to create an instance using the builder pattern

     PaymentSetMethodInfoTokenAction paymentSetMethodInfoTokenAction = PaymentSetMethodInfoTokenAction.builder()
             .build()