/AWS1/CL_PCDSESSIONKEYAMEX¶
Parameters to derive session key for an Amex payment card.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_primaryaccountnumber TYPE /AWS1/PCDPRIMARYACCTNUMBERTYPE /AWS1/PCDPRIMARYACCTNUMBERTYPE¶
The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.
iv_pansequencenumber TYPE /AWS1/PCDNUMBERLENGTHEQUALS2 /AWS1/PCDNUMBERLENGTHEQUALS2¶
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
Queryable Attributes¶
PrimaryAccountNumber¶
The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIMARYACCOUNTNUMBER() |
Getter for PRIMARYACCOUNTNUMBER, with configurable default |
ASK_PRIMARYACCOUNTNUMBER() |
Getter for PRIMARYACCOUNTNUMBER w/ exceptions if field has n |
HAS_PRIMARYACCOUNTNUMBER() |
Determine if PRIMARYACCOUNTNUMBER has a value |
PanSequenceNumber¶
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PANSEQUENCENUMBER() |
Getter for PANSEQUENCENUMBER, with configurable default |
ASK_PANSEQUENCENUMBER() |
Getter for PANSEQUENCENUMBER w/ exceptions if field has no v |
HAS_PANSEQUENCENUMBER() |
Determine if PANSEQUENCENUMBER has a value |