INPayBillIntentHandling_Extensions Class

Definition

Optional methods of the IINPayBillIntentHandling interface.

public static class INPayBillIntentHandling_Extensions
type INPayBillIntentHandling_Extensions = class
Inheritance
INPayBillIntentHandling_Extensions

Methods

ConfirmPayBill(IINPayBillIntentHandling, INPayBillIntent, Action<INPayBillIntentResponse>)

Developers may implement this method to confirm payment details.

HandlePayBill(IINPayBillIntentHandling, INPayBillIntent, Action<INPayBillIntentResponse>)

Developers may implement this method to schedule bill payment.

ResolveBillPayee(IINPayBillIntentHandling, INPayBillIntent, Action<INBillPayeeResolutionResult>)

Developers may implement this method to resolve the payee.

ResolveBillType(IINPayBillIntentHandling, INPayBillIntent, Action<INBillTypeResolutionResult>)

Developers may implement this method to resolve the bill type.

ResolveDueDate(IINPayBillIntentHandling, INPayBillIntent, Action<INDateComponentsRangeResolutionResult>)

Developers may implement this method to resolve the bill due date.

ResolveFromAccount(IINPayBillIntentHandling, INPayBillIntent, Action<INPaymentAccountResolutionResult>)

Developers may implement this method to resolve the account that will be debited to pay the bill.

ResolveTransactionAmount(IINPayBillIntentHandling, INPayBillIntent, Action<INPaymentAmountResolutionResult>)

Developers may implement this method to resolve the transaction amount.

ResolveTransactionNote(IINPayBillIntentHandling, INPayBillIntent, Action<INStringResolutionResult>)

Developers may implement this method to resolve the custom transaction notes.

ResolveTransactionScheduledDate(IINPayBillIntentHandling, INPayBillIntent, Action<INDateComponentsRangeResolutionResult>)

Developers may implement this method to resolve the scheduled date for the transaction.

Applies to