Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.CurrentPinAttributes
-
Packages that use CurrentPinAttributes Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of CurrentPinAttributes in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return CurrentPinAttributes Modifier and Type Method Description CurrentPinAttributesAmexAttributes. currentPinAttributes()The encrypted pinblock of the old pin stored on the chip card.CurrentPinAttributesVisaAttributes. currentPinAttributes()The encrypted pinblock of the old pin stored on the chip card.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type CurrentPinAttributes Modifier and Type Method Description AmexAttributes.BuilderAmexAttributes.Builder. currentPinAttributes(CurrentPinAttributes currentPinAttributes)The encrypted pinblock of the old pin stored on the chip card.VisaAttributes.BuilderVisaAttributes.Builder. currentPinAttributes(CurrentPinAttributes currentPinAttributes)The encrypted pinblock of the old pin stored on the chip card.
-