| Package | Description |
|---|---|
| com.rapidclipse.framework.server.webapi.payment |
| Modifier and Type | Method and Description |
|---|---|
PaymentRequestOptions |
PaymentRequestOptions.setRequestPayerEmail(boolean requestPayerEmail) |
PaymentRequestOptions |
PaymentRequestOptions.setRequestPayerName(boolean requestPayerName) |
PaymentRequestOptions |
PaymentRequestOptions.setRequestPayerPhone(boolean requestPayerPhone) |
PaymentRequestOptions |
PaymentRequestOptions.setRequestShipping(boolean requestShipping) |
PaymentRequestOptions |
PaymentRequestOptions.setShippingType(PaymentRequestOptions.ShippingType shippingType) |
| 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.