public class BasicCardResponse extends Object implements Serializable
| Constructor and Description |
|---|
BasicCardResponse() |
BasicCardResponse(String cardNumber,
String cardholderName,
String cardSecurityCode,
String expiryMonth,
String expiryYear,
PaymentAddress billingAddress) |
| Modifier and Type | Method and Description |
|---|---|
PaymentAddress |
getBillingAddress() |
String |
getCardholderName() |
String |
getCardNumber() |
String |
getCardSecurityCode() |
String |
getExpiryMonth() |
String |
getExpiryYear() |
BasicCardResponse |
setBillingAddress(PaymentAddress billingAddress) |
BasicCardResponse |
setCardholderName(String cardholderName) |
BasicCardResponse |
setCardNumber(String cardNumber) |
BasicCardResponse |
setCardSecurityCode(String cardSecurityCode) |
BasicCardResponse |
setExpiryMonth(String expiryMonth) |
BasicCardResponse |
setExpiryYear(String expiryYear) |
public String getCardNumber()
public BasicCardResponse setCardNumber(String cardNumber)
public String getCardholderName()
public BasicCardResponse setCardholderName(String cardholderName)
public String getCardSecurityCode()
public BasicCardResponse setCardSecurityCode(String cardSecurityCode)
public String getExpiryMonth()
public BasicCardResponse setExpiryMonth(String expiryMonth)
public String getExpiryYear()
public BasicCardResponse setExpiryYear(String expiryYear)
public PaymentAddress getBillingAddress()
public BasicCardResponse setBillingAddress(PaymentAddress billingAddress)
Copyright © 2020 XDEV Software Corp.. All rights reserved.