Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.VisaPin
-
Packages that use VisaPin Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of VisaPin in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return VisaPin Modifier and Type Method Description VisaPinPinGenerationAttributes. visaPin()Parameters that are required to generate or verify Visa PIN.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type VisaPin Modifier and Type Method Description static PinGenerationAttributesPinGenerationAttributes. fromVisaPin(VisaPin visaPin)Create an instance of this class withPinGenerationAttributes.visaPin()initialized to the given value.PinGenerationAttributes.BuilderPinGenerationAttributes.Builder. visaPin(VisaPin visaPin)Parameters that are required to generate or verify Visa PIN.
-