-
Methods in org.robovm.apple.intents with parameters of type INCurrencyAmount
| Modifier and Type |
Method |
Description |
static INRideCompletionStatus |
INRideCompletionStatus.completedOutstanding(INCurrencyAmount outstandingPaymentAmount) |
|
static INRideCompletionStatus |
INRideCompletionStatus.completedSettled(INCurrencyAmount settledPaymentAmount) |
|
static INCurrencyAmountResolutionResult |
INCurrencyAmountResolutionResult.confirmationRequired(INCurrencyAmount currencyAmountToConfirm) |
|
static INRequestPaymentCurrencyAmountResolutionResult |
INRequestPaymentCurrencyAmountResolutionResult.confirmationRequired(INCurrencyAmount currencyAmountToConfirm) |
|
static INSendPaymentCurrencyAmountResolutionResult |
INSendPaymentCurrencyAmountResolutionResult.confirmationRequired(INCurrencyAmount currencyAmountToConfirm) |
|
protected long |
INBillDetails.init(INBillType billType,
INPaymentStatus paymentStatus,
INBillPayee billPayee,
INCurrencyAmount amountDue,
INCurrencyAmount minimumDue,
INCurrencyAmount lateFee,
NSDateComponents dueDate,
NSDateComponents paymentDate) |
Deprecated.
|
protected long |
INPaymentAmount.init(INAmountType amountType,
INCurrencyAmount amount) |
|
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 |
INRequestPaymentIntent.init(INPerson payer,
INCurrencyAmount currencyAmount,
String note) |
|
protected long |
INSendPaymentIntent.init(INPerson payee,
INCurrencyAmount currencyAmount,
String note) |
|
void |
INBillDetails.setAmountDue(INCurrencyAmount v) |
Deprecated.
|
void |
INCancelRideIntentResponse.setCancellationFee(INCurrencyAmount v) |
|
void |
INBillDetails.setLateFee(INCurrencyAmount v) |
Deprecated.
|
void |
INBillDetails.setMinimumDue(INCurrencyAmount v) |
Deprecated.
|
void |
INSendRideFeedbackIntent.setTip(INCurrencyAmount v) |
|
void |
INTransferMoneyIntentResponse.setTransferFee(INCurrencyAmount v) |
Deprecated.
|
static INCurrencyAmountResolutionResult |
INCurrencyAmountResolutionResult.success(INCurrencyAmount resolvedCurrencyAmount) |
|
static INRequestPaymentCurrencyAmountResolutionResult |
INRequestPaymentCurrencyAmountResolutionResult.success(INCurrencyAmount resolvedCurrencyAmount) |
|
static INSendPaymentCurrencyAmountResolutionResult |
INSendPaymentCurrencyAmountResolutionResult.success(INCurrencyAmount resolvedCurrencyAmount) |
|
Constructors in org.robovm.apple.intents with parameters of type INCurrencyAmount
| Constructor |
Description |
INBillDetails(INBillType billType,
INPaymentStatus paymentStatus,
INBillPayee billPayee,
INCurrencyAmount amountDue,
INCurrencyAmount minimumDue,
INCurrencyAmount lateFee,
NSDateComponents dueDate,
NSDateComponents paymentDate) |
Deprecated.
|
INPaymentAmount(INAmountType amountType,
INCurrencyAmount amount) |
|
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) |
|
INRequestPaymentIntent(INPerson payer,
INCurrencyAmount currencyAmount,
String note) |
|
INSendPaymentIntent(INPerson payee,
INCurrencyAmount currencyAmount,
String note) |
|