| Package | Description |
|---|---|
| com.rapidclipse.framework.server.webapi.payment |
| Modifier and Type | Method and Description |
|---|---|
void |
Payment.requestPayment(List<PaymentRequestMethodData> methodData,
PaymentRequestDetails details,
PaymentRequestOptions options,
Consumer<PaymentResult> onResultReceived,
Consumer<JavascriptError> onErrorReceived)
Request the browser to display the payment interface.
|
void |
Payment.retry(PaymentValidationError errorFields,
Consumer<PaymentResult> onResultReceived,
Consumer<JavascriptError> onErrorOccurred)
This method can be used if a payment request failed and the error is recoverable.
|
Copyright © 2020 XDEV Software Corp.. All rights reserved.