| Package | Description |
|---|---|
| com.rapidclipse.framework.server.webapi.payment |
| Modifier and Type | Method and Description |
|---|---|
PaymentRequestDetails |
PaymentRequestDetails.setDisplayItems(List<PaymentItem> displayItems) |
PaymentRequestDetails |
PaymentRequestDetails.setShippingOptions(List<PaymentShippingOption> shippingOptions) |
PaymentRequestDetails |
PaymentRequestDetails.setTotal(PaymentItem total) |
| 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.
|
Copyright © 2020 XDEV Software Corp.. All rights reserved.