-
Methods in org.robovm.apple.intents with parameters of type INBillPayee
| Modifier and Type |
Method |
Description |
static INBillPayeeResolutionResult |
INBillPayeeResolutionResult.confirmationRequired(INBillPayee billPayeeToConfirm) |
Deprecated.
|
protected long |
INBillDetails.init(INBillType billType,
INPaymentStatus paymentStatus,
INBillPayee billPayee,
INCurrencyAmount amountDue,
INCurrencyAmount minimumDue,
INCurrencyAmount lateFee,
NSDateComponents dueDate,
NSDateComponents paymentDate) |
Deprecated.
|
protected long |
INPayBillIntent.init(INBillPayee billPayee,
INPaymentAccount fromAccount,
INPaymentAmount transactionAmount,
INDateComponentsRange transactionScheduledDate,
String transactionNote,
INBillType billType,
INDateComponentsRange dueDate) |
Deprecated.
|
protected long |
INSearchForBillsIntent.init(INBillPayee billPayee,
INDateComponentsRange paymentDateRange,
INBillType billType,
INPaymentStatus status,
INDateComponentsRange dueDateRange) |
Deprecated.
|
void |
INBillDetails.setBillPayee(INBillPayee v) |
Deprecated.
|
static INBillPayeeResolutionResult |
INBillPayeeResolutionResult.success(INBillPayee resolvedBillPayee) |
Deprecated.
|
Constructors in org.robovm.apple.intents with parameters of type INBillPayee
| Constructor |
Description |
INBillDetails(INBillType billType,
INPaymentStatus paymentStatus,
INBillPayee billPayee,
INCurrencyAmount amountDue,
INCurrencyAmount minimumDue,
INCurrencyAmount lateFee,
NSDateComponents dueDate,
NSDateComponents paymentDate) |
Deprecated.
|
INPayBillIntent(INBillPayee billPayee,
INPaymentAccount fromAccount,
INPaymentAmount transactionAmount,
INDateComponentsRange transactionScheduledDate,
String transactionNote,
INBillType billType,
INDateComponentsRange dueDate) |
Deprecated.
|
INSearchForBillsIntent(INBillPayee billPayee,
INDateComponentsRange paymentDateRange,
INBillType billType,
INPaymentStatus status,
INDateComponentsRange dueDateRange) |
Deprecated.
|