| Package | Description |
|---|---|
| com.rapidclipse.framework.server.webapi.payment |
| Modifier and Type | Method and Description |
|---|---|
PaymentValidationError |
PaymentValidationError.setError(String error) |
PaymentValidationError |
PaymentValidationError.setPayer(PaymentValidationError.PayerError payer) |
PaymentValidationError |
PaymentValidationError.setPaymentMethod(PaymentValidationError.BasicCardErrors paymentMethod) |
PaymentValidationError |
PaymentValidationError.setShippingAddress(PaymentValidationError.AddressErrors shippingAddress) |
| Modifier and Type | Method and Description |
|---|---|
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.