/AWS1/CL_PCDDISCOVERDYNCARDV00¶
Parameters that are required to generate or verify dCVC (Dynamic Card Verification Code).
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_cardexpirydate TYPE /AWS1/PCDCARDEXPIRYDATETYPE /AWS1/PCDCARDEXPIRYDATETYPE¶
The expiry date of a payment card.
iv_unpredictablenumber TYPE /AWS1/PCDHEXLENGTHBETWEEN2AND8 /AWS1/PCDHEXLENGTHBETWEEN2AND8¶
A random number that is generated by the issuer.
iv_applicationtransactcnter TYPE /AWS1/PCDHEXLENGTHBETWEEN2AND4 /AWS1/PCDHEXLENGTHBETWEEN2AND4¶
The transaction counter value that comes from the terminal.
Queryable Attributes¶
CardExpiryDate¶
The expiry date of a payment card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CARDEXPIRYDATE() |
Getter for CARDEXPIRYDATE, with configurable default |
ASK_CARDEXPIRYDATE() |
Getter for CARDEXPIRYDATE w/ exceptions if field has no valu |
HAS_CARDEXPIRYDATE() |
Determine if CARDEXPIRYDATE has a value |
UnpredictableNumber¶
A random number that is generated by the issuer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNPREDICTABLENUMBER() |
Getter for UNPREDICTABLENUMBER, with configurable default |
ASK_UNPREDICTABLENUMBER() |
Getter for UNPREDICTABLENUMBER w/ exceptions if field has no |
HAS_UNPREDICTABLENUMBER() |
Determine if UNPREDICTABLENUMBER has a value |
ApplicationTransactionCounter¶
The transaction counter value that comes from the terminal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONTRANSACTCNTER() |
Getter for APPLICATIONTRANSACTCOUNTER, with configurable def |
ASK_APPLICATIONTRANSACTCNTER() |
Getter for APPLICATIONTRANSACTCOUNTER w/ exceptions if field |
HAS_APPLICATIONTRANSACTCNTER() |
Determine if APPLICATIONTRANSACTCOUNTER has a value |