| Package | Description |
|---|---|
| com.rapidclipse.framework.server.webapi.payment |
| Modifier and Type | Method and Description |
|---|---|
BasicCardResponse |
PaymentResult.getDetails() |
BasicCardResponse |
BasicCardResponse.setBillingAddress(PaymentAddress billingAddress) |
BasicCardResponse |
BasicCardResponse.setCardholderName(String cardholderName) |
BasicCardResponse |
BasicCardResponse.setCardNumber(String cardNumber) |
BasicCardResponse |
BasicCardResponse.setCardSecurityCode(String cardSecurityCode) |
BasicCardResponse |
BasicCardResponse.setExpiryMonth(String expiryMonth) |
BasicCardResponse |
BasicCardResponse.setExpiryYear(String expiryYear) |
| Constructor and Description |
|---|
PaymentResult(BasicCardResponse details,
String methodName,
String payerEmail,
String payerName,
String payerPhone,
String requestId,
PaymentAddress shippingAddress,
String shippingOption) |
Copyright © 2020 XDEV Software Corp.. All rights reserved.