Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.MasterCardAttributes.Builder
-
Packages that use MasterCardAttributes.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of MasterCardAttributes.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return MasterCardAttributes.Builder Modifier and Type Method Description MasterCardAttributes.BuilderMasterCardAttributes.Builder. applicationCryptogram(String applicationCryptogram)The application cryptogram for the current transaction that is provided by the terminal during transaction processing.static MasterCardAttributes.BuilderMasterCardAttributes. builder()MasterCardAttributes.BuilderMasterCardAttributes.Builder. majorKeyDerivationMode(String majorKeyDerivationMode)The method to use when deriving the master key for the payment card.MasterCardAttributes.BuilderMasterCardAttributes.Builder. majorKeyDerivationMode(MajorKeyDerivationMode majorKeyDerivationMode)The method to use when deriving the master key for the payment card.MasterCardAttributes.BuilderMasterCardAttributes.Builder. panSequenceNumber(String panSequenceNumber)A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).MasterCardAttributes.BuilderMasterCardAttributes.Builder. primaryAccountNumber(String primaryAccountNumber)The Primary Account Number (PAN) of the cardholder.MasterCardAttributes.BuilderMasterCardAttributes. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type MasterCardAttributes.Builder Modifier and Type Method Description static Class<? extends MasterCardAttributes.Builder>MasterCardAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptographydata.model with type arguments of type MasterCardAttributes.Builder Modifier and Type Method Description static DerivationMethodAttributesDerivationMethodAttributes. fromMastercard(Consumer<MasterCardAttributes.Builder> mastercard)Create an instance of this class withDerivationMethodAttributes.mastercard()initialized to the given value.default DerivationMethodAttributes.BuilderDerivationMethodAttributes.Builder. mastercard(Consumer<MasterCardAttributes.Builder> mastercard)Parameters to derive the confidentiality and integrity keys for a payment card using Mastercard derivation method.
-