AmexAttributes

Parameters to derive the confidentiality and integrity keys for a payment card using Amex derivation method.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The transaction counter of the current transaction that is provided by the terminal during transaction processing.

Link copied to clipboard

The keyArn of the issuer master key for cryptogram (IMK-AC) for the payment card.

Link copied to clipboard

The encrypted pinblock of the old pin stored on the chip card.

Link copied to clipboard

The method to use when deriving the master key for a payment card using Amex derivation.

Link copied to clipboard

A number that identifies and differentiates payment cards with the same Primary Account Number (PAN). Typically 00 is used, if no value is provided by the terminal.

Link copied to clipboard

The Primary Account Number (PAN) of the cardholder.

Functions

Link copied to clipboard
inline fun copy(block: AmexAttributes.Builder.() -> Unit = {}): AmexAttributes
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String