Uses of Class
model.PaymentInstrument.AddressVerificationEnum
-
Packages that use PaymentInstrument.AddressVerificationEnum Package Description model -
-
Uses of PaymentInstrument.AddressVerificationEnum in model
Methods in model that return PaymentInstrument.AddressVerificationEnum Modifier and Type Method Description static PaymentInstrument.AddressVerificationEnumPaymentInstrument.AddressVerificationEnum. fromValue(String value)PaymentInstrument.AddressVerificationEnumPaymentInstrument. getAddressVerification()Additional address information that’s required to verify the identity of the merchant.PaymentInstrument.AddressVerificationEnumPaymentInstrument.AddressVerificationEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PaymentInstrument.AddressVerificationEnumPaymentInstrument.AddressVerificationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentInstrument.AddressVerificationEnum[]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.AddressVerificationEnum Modifier and Type Method Description PaymentInstrumentPaymentInstrument. addressVerification(PaymentInstrument.AddressVerificationEnum addressVerification)voidPaymentInstrument. setAddressVerification(PaymentInstrument.AddressVerificationEnum addressVerification)voidPaymentInstrument.AddressVerificationEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PaymentInstrument.AddressVerificationEnum enumeration)
-