Uses of Class
net.authorize.api.contract.v1.FingerPrintType
-
Packages that use FingerPrintType Package Description net.authorize.api.contract.v1 -
-
Uses of FingerPrintType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as FingerPrintType Modifier and Type Field Description protected FingerPrintTypeCreateFingerPrintResponse. fingerPrintprotected FingerPrintTypeMerchantAuthenticationType. fingerPrintMethods in net.authorize.api.contract.v1 that return FingerPrintType Modifier and Type Method Description FingerPrintTypeObjectFactory. createFingerPrintType()Create an instance ofFingerPrintTypeFingerPrintTypeCreateFingerPrintResponse. getFingerPrint()Gets the value of the fingerPrint property.FingerPrintTypeMerchantAuthenticationType. getFingerPrint()Gets the value of the fingerPrint property.Methods in net.authorize.api.contract.v1 with parameters of type FingerPrintType Modifier and Type Method Description voidCreateFingerPrintResponse. setFingerPrint(FingerPrintType value)Sets the value of the fingerPrint property.voidMerchantAuthenticationType. setFingerPrint(FingerPrintType value)Sets the value of the fingerPrint property.
-