Interface INSendPaymentIntentHandling

  • All Known Subinterfaces:
    INPaymentsDomainHandling

    public interface INSendPaymentIntentHandling
    Protocol to declare support for handling an INSendPaymentIntent. By implementing this protocol, a class can provide logic for resolving, confirming and handling the intent. The minimum requirement for an implementing class is that it should be able to handle the intent. The resolution and confirmation methods are optional. The handling method is always called last, after resolving and confirming the intent.