-
Methods in org.robovm.apple.intents with parameters of type INBillType
| Modifier and Type |
Method |
Description |
static INBillTypeResolutionResult |
INBillTypeResolutionResult.confirmationRequired(INBillType billTypeToConfirm) |
Deprecated.
|
static INBillTypeResolutionResult |
INBillTypeResolutionResult.confirmationRequiredForValue(INBillType valueToConfirm) |
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.setBillType(INBillType v) |
Deprecated.
|
static INBillTypeResolutionResult |
INBillTypeResolutionResult.success(INBillType resolvedBillType) |
Deprecated.
|
static INBillTypeResolutionResult |
INBillTypeResolutionResult.successValue(INBillType resolvedValue) |
Deprecated.
|
Constructors in org.robovm.apple.intents with parameters of type INBillType
| 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.
|