Uses of Enum
model.PaymentInstrument.SecurityCodeVerificationEnum
Packages that use PaymentInstrument.SecurityCodeVerificationEnum
-
Uses of PaymentInstrument.SecurityCodeVerificationEnum in model
Methods in model that return PaymentInstrument.SecurityCodeVerificationEnumModifier and TypeMethodDescriptionPaymentInstrument.getSecurityCodeVerification()Details the results of the Card Verification Code check.PaymentInstrument.SecurityCodeVerificationEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.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.SecurityCodeVerificationEnumModifier and TypeMethodDescriptionPaymentInstrument.securityCodeVerification(PaymentInstrument.SecurityCodeVerificationEnum securityCodeVerification) voidPaymentInstrument.setSecurityCodeVerification(PaymentInstrument.SecurityCodeVerificationEnum securityCodeVerification) voidPaymentInstrument.SecurityCodeVerificationEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, PaymentInstrument.SecurityCodeVerificationEnum enumeration)