-
Methods in org.robovm.apple.intents with parameters of type INPaymentAccount
| Modifier and Type |
Method |
Description |
static INPaymentAccountResolutionResult |
INPaymentAccountResolutionResult.confirmationRequired(INPaymentAccount paymentAccountToConfirm) |
|
protected long |
INPayBillIntent.init(INBillPayee billPayee,
INPaymentAccount fromAccount,
INPaymentAmount transactionAmount,
INDateComponentsRange transactionScheduledDate,
String transactionNote,
INBillType billType,
INDateComponentsRange dueDate) |
Deprecated.
|
protected long |
INTransferMoneyIntent.init(INPaymentAccount fromAccount,
INPaymentAccount toAccount,
INPaymentAmount transactionAmount,
INDateComponentsRange transactionScheduledDate,
String transactionNote) |
Deprecated.
|
void |
INPayBillIntentResponse.setFromAccount(INPaymentAccount v) |
Deprecated.
|
void |
INTransferMoneyIntentResponse.setFromAccount(INPaymentAccount v) |
Deprecated.
|
void |
INTransferMoneyIntentResponse.setToAccount(INPaymentAccount v) |
Deprecated.
|
static INPaymentAccountResolutionResult |
INPaymentAccountResolutionResult.success(INPaymentAccount resolvedPaymentAccount) |
|
Constructors in org.robovm.apple.intents with parameters of type INPaymentAccount
| Constructor |
Description |
INPayBillIntent(INBillPayee billPayee,
INPaymentAccount fromAccount,
INPaymentAmount transactionAmount,
INDateComponentsRange transactionScheduledDate,
String transactionNote,
INBillType billType,
INDateComponentsRange dueDate) |
Deprecated.
|
INTransferMoneyIntent(INPaymentAccount fromAccount,
INPaymentAccount toAccount,
INPaymentAmount transactionAmount,
INDateComponentsRange transactionScheduledDate,
String transactionNote) |
Deprecated.
|