| Package | Description |
|---|---|
| com.rapidclipse.framework.server.webapi.payment |
| Modifier and Type | Method and Description |
|---|---|
static Payment.Result |
Payment.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Payment.Result[] |
Payment.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Payment.complete(Payment.Result result,
Consumer<JavascriptError> onErrorOccurred)
This method can be used to show the user that the transaction is complete.
|
Copyright © 2020 XDEV Software Corp.. All rights reserved.