primaryAccountNumber
The Primary Account Number (PAN) of the cardholder.
- Returns:
- The Primary Account Number (PAN) of the cardholder.
Serializable
, SdkPojo
, ToCopyableBuilder<MasterCardAttributes.Builder,MasterCardAttributes>
Parameters to derive the confidentiality and integrity keys for a Mastercard payment card.
final String
static MasterCardAttributes.Builder
builder()
final boolean
final boolean
equalsBySdkFields(Object obj)
final <T> Optional<T>
getValueForField(String fieldName,
Class<T> clazz)
final int
hashCode()
final MajorKeyDerivationMode
final String
final String
final String
static Class<? extends MasterCardAttributes.Builder>
final String
toString()
copy
The method to use when deriving the master key for the payment card.
If the service returns an enum value that is not available in the current SDK version,
majorKeyDerivationMode
will return MajorKeyDerivationMode.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from majorKeyDerivationModeAsString()
.
The method to use when deriving the master key for the payment card.
If the service returns an enum value that is not available in the current SDK version,
majorKeyDerivationMode
will return MajorKeyDerivationMode.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from majorKeyDerivationModeAsString()
.
The Primary Account Number (PAN) of the cardholder.
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.
The application cryptogram for the current transaction that is provided by the terminal during transaction processing.
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MasterCardAttributes.Builder,MasterCardAttributes>
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withsdkFieldNameToField
in interface SdkPojo