public class PaymentMethod extends Object
CreateOrder or Transaction events.| Constructor and Description |
|---|
PaymentMethod() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAVSResultCode() |
String |
getCardBIN() |
String |
getCardLast4() |
String |
getCVVResultCode() |
PaymentGateway |
getPaymentGateway() |
PaymentType |
getPaymentType() |
String |
getRoutingNumber() |
VerificationStatus |
getVerificationStatus() |
PaymentMethod |
setAVSResultCode(String aVSResultCode) |
PaymentMethod |
setCardBIN(String cardBIN) |
PaymentMethod |
setCardLast4(String cardLast4) |
PaymentMethod |
setCVVResultCode(String cVVResultCode) |
PaymentMethod |
setPaymentGateway(PaymentGateway paymentGateway) |
PaymentMethod |
setPaymentType(PaymentType paymentType) |
PaymentMethod |
setRoutingNumber(String routingNumber) |
PaymentMethod |
setVerificationStatus(VerificationStatus verificationStatus) |
public PaymentType getPaymentType()
public PaymentGateway getPaymentGateway()
public String getCardBIN()
public String getCardLast4()
public String getAVSResultCode()
public String getCVVResultCode()
public VerificationStatus getVerificationStatus()
public String getRoutingNumber()
public PaymentMethod setPaymentType(PaymentType paymentType)
public PaymentMethod setPaymentGateway(PaymentGateway paymentGateway)
public PaymentMethod setCardBIN(String cardBIN)
public PaymentMethod setCardLast4(String cardLast4)
public PaymentMethod setAVSResultCode(String aVSResultCode)
public PaymentMethod setCVVResultCode(String cVVResultCode)
public PaymentMethod setVerificationStatus(VerificationStatus verificationStatus)
public PaymentMethod setRoutingNumber(String routingNumber)
Copyright © 2014. All rights reserved.