Uses of Class
model.PaymentInstrument.SecurityCodeVerificationEnum
-
Packages that use PaymentInstrument.SecurityCodeVerificationEnum Package Description model -
-
Uses of PaymentInstrument.SecurityCodeVerificationEnum in model
Methods in model that return PaymentInstrument.SecurityCodeVerificationEnum Modifier and Type Method Description static PaymentInstrument.SecurityCodeVerificationEnumPaymentInstrument.SecurityCodeVerificationEnum. fromValue(String value)PaymentInstrument.SecurityCodeVerificationEnumPaymentInstrument. getSecurityCodeVerification()Details the results of the Card Verification Code check.PaymentInstrument.SecurityCodeVerificationEnumPaymentInstrument.SecurityCodeVerificationEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PaymentInstrument.SecurityCodeVerificationEnumPaymentInstrument.SecurityCodeVerificationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentInstrument.SecurityCodeVerificationEnum[]PaymentInstrument.SecurityCodeVerificationEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type PaymentInstrument.SecurityCodeVerificationEnum Modifier and Type Method Description PaymentInstrumentPaymentInstrument. securityCodeVerification(PaymentInstrument.SecurityCodeVerificationEnum securityCodeVerification)voidPaymentInstrument. setSecurityCodeVerification(PaymentInstrument.SecurityCodeVerificationEnum securityCodeVerification)voidPaymentInstrument.SecurityCodeVerificationEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PaymentInstrument.SecurityCodeVerificationEnum enumeration)
-