public class Payment extends Object
| Constructor and Description |
|---|
Payment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardExpirationMonth()
Two-digit expiration month
|
String |
getCardExpirationYear()
Four-digit expiration year
|
String |
getCardNumber()
Credit card number
|
String |
getCardType()
Card Type
|
String |
getCardVerificationIndicator()
Flag that indicates whether a CVN code was sent.
|
String |
getCavv()
Cryptogram for payment network tokenization transactions.
|
String |
getCvn()
Card Verification Number
|
String |
getEncryptedData()
Encrypted Payment Data
|
String |
getEncryptedDescriptor()
Format of the encrypted payment data.
|
String |
getEncryptedEncoding()
Encoding method used to encrypt the payment data.
|
String |
getEncryptedKey()
Encrypted key that CyberSource uses to decrypt the payment data.
|
String |
getNetworkTokenRequestorId()
Value that identifies your business and indicates that the cardholder’s account number is tokenized.
|
String |
getNetworkTokenTransactionType()
Type of transaction that provided the token data.
|
String |
getUcafAuthenticationData()
Cryptogram for payment network tokenization transactions with MasterCard.
|
String |
getUcafCollectionIndicator()
Required field for payment network tokenization transactions with MasterCard.
|
String |
getXid()
Cryptogram for payment network tokenization transactions.
|
void |
setCardExpirationMonth(String cardExpirationMonth) |
void |
setCardExpirationYear(String cardExpirationYear) |
void |
setCardNumber(String cardNumber) |
void |
setCardType(String cardType) |
void |
setCardVerificationIndicator(String cardVerificationIndicator) |
void |
setCavv(String cavv) |
void |
setCvn(String cvn) |
void |
setEncryptedData(String encryptedData) |
void |
setEncryptedDescriptor(String encryptedDescriptor) |
void |
setEncryptedEncoding(String encryptedEncoding) |
void |
setEncryptedKey(String encryptedKey) |
void |
setNetworkTokenRequestorId(String networkTokenRequestorId) |
void |
setNetworkTokenTransactionType(String networkTokenTransactionType) |
void |
setUcafAuthenticationData(String ucafAuthenticationData) |
void |
setUcafCollectionIndicator(String ucafCollectionIndicator) |
void |
setXid(String xid) |
String |
toString() |
public String getCardNumber()
public void setCardNumber(String cardNumber)
public String getCardExpirationMonth()
public void setCardExpirationMonth(String cardExpirationMonth)
public String getCardExpirationYear()
public void setCardExpirationYear(String cardExpirationYear)
public String getCardType()
public void setCardType(String cardType)
public String getCardVerificationIndicator()
public void setCardVerificationIndicator(String cardVerificationIndicator)
public String getCvn()
public void setCvn(String cvn)
public String getEncryptedData()
public void setEncryptedData(String encryptedData)
public String getEncryptedDescriptor()
public void setEncryptedDescriptor(String encryptedDescriptor)
public String getEncryptedEncoding()
public void setEncryptedEncoding(String encryptedEncoding)
public String getEncryptedKey()
public void setEncryptedKey(String encryptedKey)
public String getCavv()
public void setCavv(String cavv)
public String getXid()
public void setXid(String xid)
public String getUcafAuthenticationData()
public void setUcafAuthenticationData(String ucafAuthenticationData)
public String getUcafCollectionIndicator()
public void setUcafCollectionIndicator(String ucafCollectionIndicator)
public String getNetworkTokenTransactionType()
public void setNetworkTokenTransactionType(String networkTokenTransactionType)
public String getNetworkTokenRequestorId()
public void setNetworkTokenRequestorId(String networkTokenRequestorId)
Copyright © 2016. All Rights Reserved.