Share via


INTransferMoneyIntentHandling_Extensions Class

Definition

Extension methods to the IINTransferMoneyIntentHandling interface to support all the methods from the INTransferMoneyIntentHandling protocol.

public static class INTransferMoneyIntentHandling_Extensions
type INTransferMoneyIntentHandling_Extensions = class
Inheritance
INTransferMoneyIntentHandling_Extensions

Remarks

The extension methods for IINTransferMoneyIntentHandling interface allow developers to treat instances of the interface as having all the optional methods of the original INTransferMoneyIntentHandling protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

Name Description
Confirm(IINTransferMoneyIntentHandling, INTransferMoneyIntent, Action<INTransferMoneyIntentResponse>)

Developers may implement this method to confirm whether local and remote resources are ready to perform the transfer.

ResolveFromAccount(IINTransferMoneyIntentHandling, INTransferMoneyIntent, Action<INPaymentAccountResolutionResult>)

Developers may implement this method to customize resolution of the transfer amount.

ResolveToAccount(IINTransferMoneyIntentHandling, INTransferMoneyIntent, Action<INPaymentAccountResolutionResult>)

Developers may implement this method to customize resolution of the account that will receive the transfer.

ResolveTransactionAmount(IINTransferMoneyIntentHandling, INTransferMoneyIntent, Action<INPaymentAmountResolutionResult>)

Developers may implement this method to customize the resolution of the amount of the transaction.

ResolveTransactionNote(IINTransferMoneyIntentHandling, INTransferMoneyIntent, Action<INStringResolutionResult>)

Developers may implement this method to customize resolution of a note for a transfer.

ResolveTransactionScheduledDate(IINTransferMoneyIntentHandling, INTransferMoneyIntent, Action<INDateComponentsRangeResolutionResult>)

Developers may implement this method to customize resolution of a scheduled transfer date.

Applies to