public class PaymentResult extends Object implements Serializable
| Constructor and Description |
|---|
PaymentResult(BasicCardResponse details,
String methodName,
String payerEmail,
String payerName,
String payerPhone,
String requestId,
PaymentAddress shippingAddress,
String shippingOption) |
| Modifier and Type | Method and Description |
|---|---|
BasicCardResponse |
getDetails() |
String |
getMethodName() |
String |
getPayerEmail() |
String |
getPayerName() |
String |
getPayerPhone() |
String |
getRequestId() |
PaymentAddress |
getShippingAddress() |
String |
getShippingOption() |
public PaymentResult(BasicCardResponse details, String methodName, String payerEmail, String payerName, String payerPhone, String requestId, PaymentAddress shippingAddress, String shippingOption)
public BasicCardResponse getDetails()
public String getMethodName()
public String getPayerEmail()
public String getPayerName()
public String getPayerPhone()
public String getRequestId()
public PaymentAddress getShippingAddress()
public String getShippingOption()
Copyright © 2020 XDEV Software Corp.. All rights reserved.