Package apple.intents.protocol
Interface INPaymentsDomainHandling
-
- All Superinterfaces:
INRequestPaymentIntentHandling,INSendPaymentIntentHandling
public interface INPaymentsDomainHandling extends INSendPaymentIntentHandling, INRequestPaymentIntentHandling
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INRequestPaymentIntentHandling
INRequestPaymentIntentHandling.Block_confirmRequestPaymentCompletion, INRequestPaymentIntentHandling.Block_handleRequestPaymentCompletion, INRequestPaymentIntentHandling.Block_resolveCurrencyAmountForRequestPaymentCompletion, INRequestPaymentIntentHandling.Block_resolveCurrencyAmountForRequestPaymentWithCompletion, INRequestPaymentIntentHandling.Block_resolveNoteForRequestPaymentWithCompletion, INRequestPaymentIntentHandling.Block_resolvePayerForRequestPaymentCompletion, INRequestPaymentIntentHandling.Block_resolvePayerForRequestPaymentWithCompletion
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INSendPaymentIntentHandling
INSendPaymentIntentHandling.Block_confirmSendPaymentCompletion, INSendPaymentIntentHandling.Block_handleSendPaymentCompletion, INSendPaymentIntentHandling.Block_resolveCurrencyAmountForSendPaymentCompletion, INSendPaymentIntentHandling.Block_resolveCurrencyAmountForSendPaymentWithCompletion, INSendPaymentIntentHandling.Block_resolveNoteForSendPaymentWithCompletion, INSendPaymentIntentHandling.Block_resolvePayeeForSendPaymentCompletion, INSendPaymentIntentHandling.Block_resolvePayeeForSendPaymentWithCompletion
-
-
Method Summary
-
Methods inherited from interface apple.intents.protocol.INRequestPaymentIntentHandling
confirmRequestPaymentCompletion, handleRequestPaymentCompletion, resolveCurrencyAmountForRequestPaymentCompletion, resolveCurrencyAmountForRequestPaymentWithCompletion, resolveNoteForRequestPaymentWithCompletion, resolvePayerForRequestPaymentCompletion, resolvePayerForRequestPaymentWithCompletion
-
Methods inherited from interface apple.intents.protocol.INSendPaymentIntentHandling
confirmSendPaymentCompletion, handleSendPaymentCompletion, resolveCurrencyAmountForSendPaymentCompletion, resolveCurrencyAmountForSendPaymentWithCompletion, resolveNoteForSendPaymentWithCompletion, resolvePayeeForSendPaymentCompletion, resolvePayeeForSendPaymentWithCompletion
-
-