/AWS1/CL_PCDAMEXCARDSECCODEV01¶
Card data parameters that are required to generate a Card Security Code (CSC2) for an AMEX payment card.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_cardexpirydate TYPE /AWS1/PCDCARDEXPIRYDATETYPE /AWS1/PCDCARDEXPIRYDATETYPE¶
The expiry date of a payment card.
iv_servicecode TYPE /AWS1/PCDSERVICECODETYPE /AWS1/PCDSERVICECODETYPE¶
The service code of the AMEX payment card. This is different from the Card Security Code (CSC).
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 | 
ServiceCode¶
The service code of the AMEX payment card. This is different from the Card Security Code (CSC).
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_SERVICECODE() | Getter for SERVICECODE, with configurable default | 
| ASK_SERVICECODE() | Getter for SERVICECODE w/ exceptions if field has no value | 
| HAS_SERVICECODE() | Determine if SERVICECODE has a value |