@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CardHolderVerificationValue extends Object implements Serializable, Cloneable, StructuredPojo
Card data parameters that are required to generate a cardholder verification value for the payment card.
Constructor and Description |
---|
CardHolderVerificationValue() |
Modifier and Type | Method and Description |
---|---|
CardHolderVerificationValue |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationTransactionCounter()
The transaction counter value that comes from a point of sale terminal.
|
String |
getPanSequenceNumber()
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
|
String |
getUnpredictableNumber()
A random number generated by the issuer.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationTransactionCounter(String applicationTransactionCounter)
The transaction counter value that comes from a point of sale terminal.
|
void |
setPanSequenceNumber(String panSequenceNumber)
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
|
void |
setUnpredictableNumber(String unpredictableNumber)
A random number generated by the issuer.
|
String |
toString()
Returns a string representation of this object.
|
CardHolderVerificationValue |
withApplicationTransactionCounter(String applicationTransactionCounter)
The transaction counter value that comes from a point of sale terminal.
|
CardHolderVerificationValue |
withPanSequenceNumber(String panSequenceNumber)
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
|
CardHolderVerificationValue |
withUnpredictableNumber(String unpredictableNumber)
A random number generated by the issuer.
|
public void setUnpredictableNumber(String unpredictableNumber)
A random number generated by the issuer.
unpredictableNumber
- A random number generated by the issuer.public String getUnpredictableNumber()
A random number generated by the issuer.
public CardHolderVerificationValue withUnpredictableNumber(String unpredictableNumber)
A random number generated by the issuer.
unpredictableNumber
- A random number generated by the issuer.public void setPanSequenceNumber(String panSequenceNumber)
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
panSequenceNumber
- A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).public String getPanSequenceNumber()
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
public CardHolderVerificationValue withPanSequenceNumber(String panSequenceNumber)
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
panSequenceNumber
- A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).public void setApplicationTransactionCounter(String applicationTransactionCounter)
The transaction counter value that comes from a point of sale terminal.
applicationTransactionCounter
- The transaction counter value that comes from a point of sale terminal.public String getApplicationTransactionCounter()
The transaction counter value that comes from a point of sale terminal.
public CardHolderVerificationValue withApplicationTransactionCounter(String applicationTransactionCounter)
The transaction counter value that comes from a point of sale terminal.
applicationTransactionCounter
- The transaction counter value that comes from a point of sale terminal.public String toString()
toString
in class Object
Object.toString()
public CardHolderVerificationValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.