Interface PaymentMethodSetInterfaceAccountAction

All Superinterfaces:
PaymentMethodUpdateAction

public interface PaymentMethodSetInterfaceAccountAction extends PaymentMethodUpdateAction

This action generates the PaymentMethodInterfaceAccountSet Message.


Example to create an instance using the builder pattern

     PaymentMethodSetInterfaceAccountAction paymentMethodSetInterfaceAccountAction = PaymentMethodSetInterfaceAccountAction.builder()
             .build()