INTransferMoneyIntentHandling_Extensions Class

Definition

Optional methods for the IINTransferMoneyIntentHandling interface.

public static class INTransferMoneyIntentHandling_Extensions
type INTransferMoneyIntentHandling_Extensions = class
Inheritance
INTransferMoneyIntentHandling_Extensions

Methods

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