AmexAttributes.Builder |
AmexAttributes.Builder.applicationTransactionCounter(String applicationTransactionCounter) |
The transaction counter of the current transaction that is provided by the terminal during transaction
processing.
|
AmexAttributes.Builder |
AmexAttributes.Builder.authorizationRequestKeyIdentifier(String authorizationRequestKeyIdentifier) |
The keyArn of the issuer master key for cryptogram (IMK-AC) for the payment card.
|
static AmexAttributes.Builder |
AmexAttributes.builder() |
|
default AmexAttributes.Builder |
AmexAttributes.Builder.currentPinAttributes(Consumer<CurrentPinAttributes.Builder> currentPinAttributes) |
The encrypted pinblock of the old pin stored on the chip card.
|
AmexAttributes.Builder |
AmexAttributes.Builder.currentPinAttributes(CurrentPinAttributes currentPinAttributes) |
The encrypted pinblock of the old pin stored on the chip card.
|
AmexAttributes.Builder |
AmexAttributes.Builder.majorKeyDerivationMode(String majorKeyDerivationMode) |
The method to use when deriving the master key for a payment card using Amex derivation.
|
AmexAttributes.Builder |
AmexAttributes.Builder.majorKeyDerivationMode(MajorKeyDerivationMode majorKeyDerivationMode) |
The method to use when deriving the master key for a payment card using Amex derivation.
|
AmexAttributes.Builder |
AmexAttributes.Builder.panSequenceNumber(String panSequenceNumber) |
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
|
AmexAttributes.Builder |
AmexAttributes.Builder.primaryAccountNumber(String primaryAccountNumber) |
The Primary Account Number (PAN) of the cardholder.
|
AmexAttributes.Builder |
AmexAttributes.toBuilder() |
|