-
Methods in org.robovm.apple.intents with parameters of type INPaymentAmount
| Modifier and Type |
Method |
Description |
static INPaymentAmountResolutionResult |
INPaymentAmountResolutionResult.confirmationRequired(INPaymentAmount paymentAmountToConfirm) |
|
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.setTransactionAmount(INPaymentAmount v) |
Deprecated.
|
void |
INTransferMoneyIntentResponse.setTransactionAmount(INPaymentAmount v) |
Deprecated.
|
static INPaymentAmountResolutionResult |
INPaymentAmountResolutionResult.success(INPaymentAmount resolvedPaymentAmount) |
|
Constructors in org.robovm.apple.intents with parameters of type INPaymentAmount
| 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.
|