public final class NotificationNoCES extends Notification
apiMacSha256| Constructor and Description |
|---|
NotificationNoCES() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDs_CardNumber() |
java.lang.String |
getDs_MerchantData() |
boolean |
isValid(java.lang.String claveSecreta,
java.lang.String expectedSignature) |
void |
setDs_CardNumber(java.lang.String ds_cardNumber) |
void |
setDs_MerchantData(java.lang.String ds_MerchantData) |
java.lang.String |
toString() |
equals, getApiMacSha256, getDs_Amount, getDs_AuthorisationCode, getDs_Card_Country, getDs_Card_Type, getDs_ConsumerLanguage, getDs_Currency, getDs_Date, getDs_Hour, getDs_MerchantCode, getDs_Order, getDs_Response, getDs_SecurePayment, getDs_Signature, getDs_Terminal, getDs_TransactionType, getEpochTime, setDs_Amount, setDs_AuthorisationCode, setDs_Card_Country, setDs_Card_Type, setDs_ConsumerLanguage, setDs_Currency, setDs_Date, setDs_Hour, setDs_MerchantCode, setDs_Order, setDs_Response, setDs_SecurePayment, setDs_Signature, setDs_Terminal, setDs_TransactionTypepublic boolean isValid(java.lang.String claveSecreta,
java.lang.String expectedSignature)
isValid in class Notificationpublic java.lang.String getDs_CardNumber()
public void setDs_CardNumber(java.lang.String ds_cardNumber)
public java.lang.String getDs_MerchantData()
getDs_MerchantData in class Notificationpublic void setDs_MerchantData(java.lang.String ds_MerchantData)
setDs_MerchantData in class Notificationpublic java.lang.String toString()
toString in class Notification