public class PaymentCredential extends Object implements Serializable
Payment callback.| Constructor and Description |
|---|
PaymentCredential() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getChargeId()
Gets the
chargeId. |
String |
getFbPaymentId()
Gets the
fbPaymentId. |
ProviderType |
getProviderType()
Gets the
providerType. |
String |
getTokenExpiryMonth()
Gets the
tokenExpiryMonth. |
String |
getTokenExpiryYear()
Gets the
tokenExpiryYear. |
String |
getTokenizedCard()
Gets the
tokenizedCard. |
String |
getTokenizedCvv()
Gets the
tokenizedCvv. |
int |
hashCode() |
void |
setChargeId(String chargeId)
Sets the
chargeId. |
void |
setFbPaymentId(String fbPaymentId)
Sets the
fbPaymentId. |
void |
setProviderType(ProviderType providerType)
Sets the
providerType. |
void |
setTokenExpiryMonth(String tokenExpiryMonth)
Sets the
tokenExpiryMonth. |
void |
setTokenExpiryYear(String tokenExpiryYear)
Sets the
tokenExpiryYear. |
void |
setTokenizedCard(String tokenizedCard)
Sets the
tokenizedCard. |
void |
setTokenizedCvv(String tokenizedCvv)
Sets the
tokenizedCvv. |
String |
toString() |
public ProviderType getProviderType()
providerType.providerType.public void setProviderType(ProviderType providerType)
providerType.providerType - the providerType to set.public void setChargeId(String chargeId)
chargeId.chargeId - the chargeId to set.public String getTokenizedCard()
tokenizedCard.tokenizedCard.public void setTokenizedCard(String tokenizedCard)
tokenizedCard.tokenizedCard - the tokenizedCard to set.public String getTokenizedCvv()
tokenizedCvv.tokenizedCvv.public void setTokenizedCvv(String tokenizedCvv)
tokenizedCvv.tokenizedCvv - the tokenizedCvv to set.public String getTokenExpiryMonth()
tokenExpiryMonth.tokenExpiryMonth.public void setTokenExpiryMonth(String tokenExpiryMonth)
tokenExpiryMonth.tokenExpiryMonth - the tokenExpiryMonth to set.public String getTokenExpiryYear()
tokenExpiryYear.tokenExpiryYear.public void setTokenExpiryYear(String tokenExpiryYear)
tokenExpiryYear.tokenExpiryYear - the tokenExpiryYear to set.public String getFbPaymentId()
fbPaymentId.fbPaymentId.public void setFbPaymentId(String fbPaymentId)
fbPaymentId.fbPaymentId - the fbPaymentId to set.Copyright © 2017 BotMill. All rights reserved.