Uses of Enum
model.PaymentInstrument.AddressVerificationEnum
Packages that use PaymentInstrument.AddressVerificationEnum
-
Uses of PaymentInstrument.AddressVerificationEnum in model
Methods in model that return PaymentInstrument.AddressVerificationEnumModifier and TypeMethodDescriptionPaymentInstrument.getAddressVerification()Additional address information that’s required to verify the identity of the merchant.PaymentInstrument.AddressVerificationEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.PaymentInstrument.AddressVerificationEnum.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.AddressVerificationEnumModifier and TypeMethodDescriptionPaymentInstrument.addressVerification(PaymentInstrument.AddressVerificationEnum addressVerification) voidPaymentInstrument.setAddressVerification(PaymentInstrument.AddressVerificationEnum addressVerification) voidPaymentInstrument.AddressVerificationEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, PaymentInstrument.AddressVerificationEnum enumeration)