Interface PaymentSetMethodInfoNameAction

All Superinterfaces:
PaymentUpdateAction, ResourceUpdateAction<PaymentUpdateAction>

public interface PaymentSetMethodInfoNameAction extends PaymentUpdateAction

This action generates the PaymentMethodInfoNameSet Message.


Example to create an instance using the builder pattern

     PaymentSetMethodInfoNameAction paymentSetMethodInfoNameAction = PaymentSetMethodInfoNameAction.builder()
             .build()