Interface PaymentMethodSetPaymentInterfaceAction

All Superinterfaces:
PaymentMethodUpdateAction

public interface PaymentMethodSetPaymentInterfaceAction extends PaymentMethodUpdateAction

This action generates the PaymentMethodPaymentInterfaceSet Message.


Example to create an instance using the builder pattern

     PaymentMethodSetPaymentInterfaceAction paymentMethodSetPaymentInterfaceAction = PaymentMethodSetPaymentInterfaceAction.builder()
             .build()