public class VoidRequest extends CoreRequest
| Constructor and Description |
|---|
VoidRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardHolder()
Returns cardholder name.
|
String |
getEntryMethod()
Returns the entry method for a transaction.
|
String |
getMaskedPan()
Returns the masked version of the PAN.
|
String |
getPaymentType()
Returns the payment type.
|
String |
getPublicKey()
Returns the blockchain public key if the user presented a BlockChyp payment card.
|
ReceiptSuggestions |
getReceiptSuggestions()
Returns receipt suggestions.
|
String |
getToken()
Gets the token if the transaction was an enrolling transaction.
|
String |
getTransactionId()
Returns the transaction id being captured.
|
boolean |
isScopeAlert()
Returns true if the transaction did something that would put the system in PCI scope.
|
void |
setCardHolder(String cardHolder)
Sets cardholder name.
|
void |
setEntryMethod(String entryMethod)
Sets the entry method for the transactions.
|
void |
setMaskedPan(String maskedPan)
Sets the masked version of the PAN.
|
void |
setPaymentType(String paymentType)
Sets the payment type.
|
void |
setPublicKey(String publicKey)
Sets the payment method public key, if it's a blockchain method.
|
void |
setReceiptSuggestions(ReceiptSuggestions receiptSuggestions)
Sets receipt suggestions.
|
void |
setScopeAlert(boolean scopeAlert)
Sets the scope alert flag.
|
void |
setToken(String token)
Sets the token if the transaction was an enrolling transaction.
|
void |
setTransactionId(String transactionId)
Sets the transaction id for the previous transaction being captured.
|
getDestinationAccount, getTimeout, getTransactionRef, isTest, setDestinationAccount, setTest, setTimeout, setTransactionRefpublic String getTransactionId()
public void setTransactionId(String transactionId)
transactionId - transaction id.public String getToken()
public void setToken(String token)
token - reusable payment token.public String getEntryMethod()
public void setEntryMethod(String entryMethod)
entryMethod - transaction entry method code.public String getPaymentType()
public void setPaymentType(String paymentType)
paymentType - payment type.public String getMaskedPan()
public void setMaskedPan(String maskedPan)
maskedPan - masked primary account number.public String getPublicKey()
public void setPublicKey(String publicKey)
publicKey - blockchain public key.public boolean isScopeAlert()
public void setScopeAlert(boolean scopeAlert)
scopeAlert - scope alert flag.public String getCardHolder()
public void setCardHolder(String cardHolder)
cardHolder - card holder's name.public ReceiptSuggestions getReceiptSuggestions()
ReceiptSuggestionspublic void setReceiptSuggestions(ReceiptSuggestions receiptSuggestions)
receiptSuggestions - ReceiptSuggestionsCopyright © 2019 BlockChyp, Inc.. All rights reserved.