Interface PaymentSetMethodInfoMethodAction

All Superinterfaces:
PaymentUpdateAction, ResourceUpdateAction<PaymentUpdateAction>

public interface PaymentSetMethodInfoMethodAction extends PaymentUpdateAction

This action generates the PaymentMethodInfoMethodSet Message.


Example to create an instance using the builder pattern

     PaymentSetMethodInfoMethodAction paymentSetMethodInfoMethodAction = PaymentSetMethodInfoMethodAction.builder()
             .build()