Class DiscoverDynamicCardVerificationCode
- java.lang.Object
-
- software.amazon.awssdk.services.paymentcryptographydata.model.DiscoverDynamicCardVerificationCode
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DiscoverDynamicCardVerificationCode.Builder,DiscoverDynamicCardVerificationCode>
@Generated("software.amazon.awssdk:codegen") public final class DiscoverDynamicCardVerificationCode extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DiscoverDynamicCardVerificationCode.Builder,DiscoverDynamicCardVerificationCode>
Parameters that are required to generate or verify dCVC (Dynamic Card Verification Code).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDiscoverDynamicCardVerificationCode.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationTransactionCounter()The transaction counter value that comes from the terminal.static DiscoverDynamicCardVerificationCode.Builderbuilder()StringcardExpiryDate()The expiry date of a payment card.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DiscoverDynamicCardVerificationCode.Builder>serializableBuilderClass()DiscoverDynamicCardVerificationCode.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringunpredictableNumber()A random number that is generated by the issuer.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
applicationTransactionCounter
public final String applicationTransactionCounter()
The transaction counter value that comes from the terminal.
- Returns:
- The transaction counter value that comes from the terminal.
-
cardExpiryDate
public final String cardExpiryDate()
The expiry date of a payment card.
- Returns:
- The expiry date of a payment card.
-
unpredictableNumber
public final String unpredictableNumber()
A random number that is generated by the issuer.
- Returns:
- A random number that is generated by the issuer.
-
toBuilder
public DiscoverDynamicCardVerificationCode.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DiscoverDynamicCardVerificationCode.Builder,DiscoverDynamicCardVerificationCode>
-
builder
public static DiscoverDynamicCardVerificationCode.Builder builder()
-
serializableBuilderClass
public static Class<? extends DiscoverDynamicCardVerificationCode.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-