-
Methods in org.robovm.apple.intents with parameters of type INPaymentStatus
| Modifier and Type |
Method |
Description |
static INPaymentStatusResolutionResult |
INPaymentStatusResolutionResult.confirmationRequired(INPaymentStatus paymentStatusToConfirm) |
|
static INPaymentStatusResolutionResult |
INPaymentStatusResolutionResult.confirmationRequiredForValue(INPaymentStatus 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 |
INPaymentRecord.init(INPerson payee,
INPerson payer,
INCurrencyAmount currencyAmount,
INPaymentMethod paymentMethod,
String note,
INPaymentStatus status) |
|
protected long |
INPaymentRecord.init(INPerson payee,
INPerson payer,
INCurrencyAmount currencyAmount,
INPaymentMethod paymentMethod,
String note,
INPaymentStatus status,
INCurrencyAmount feeAmount) |
|
protected long |
INSearchForBillsIntent.init(INBillPayee billPayee,
INDateComponentsRange paymentDateRange,
INBillType billType,
INPaymentStatus status,
INDateComponentsRange dueDateRange) |
Deprecated.
|
void |
INBillDetails.setPaymentStatus(INPaymentStatus v) |
Deprecated.
|
static INPaymentStatusResolutionResult |
INPaymentStatusResolutionResult.success(INPaymentStatus resolvedPaymentStatus) |
|
static INPaymentStatusResolutionResult |
INPaymentStatusResolutionResult.successValue(INPaymentStatus resolvedValue) |
Deprecated.
|
Constructors in org.robovm.apple.intents with parameters of type INPaymentStatus
| Constructor |
Description |
INBillDetails(INBillType billType,
INPaymentStatus paymentStatus,
INBillPayee billPayee,
INCurrencyAmount amountDue,
INCurrencyAmount minimumDue,
INCurrencyAmount lateFee,
NSDateComponents dueDate,
NSDateComponents paymentDate) |
Deprecated.
|
INPaymentRecord(INPerson payee,
INPerson payer,
INCurrencyAmount currencyAmount,
INPaymentMethod paymentMethod,
String note,
INPaymentStatus status) |
|
INPaymentRecord(INPerson payee,
INPerson payer,
INCurrencyAmount currencyAmount,
INPaymentMethod paymentMethod,
String note,
INPaymentStatus status,
INCurrencyAmount feeAmount) |
|
INSearchForBillsIntent(INBillPayee billPayee,
INDateComponentsRange paymentDateRange,
INBillType billType,
INPaymentStatus status,
INDateComponentsRange dueDateRange) |
Deprecated.
|