Interface PaymentMethodSetNameAction

All Superinterfaces:
PaymentMethodUpdateAction

public interface PaymentMethodSetNameAction extends PaymentMethodUpdateAction

This update action generates the PaymentMethodNameSet Message.


Example to create an instance using the builder pattern

     PaymentMethodSetNameAction paymentMethodSetNameAction = PaymentMethodSetNameAction.builder()
             .build()