Uses of Class
model.ProcessorSystemConfig.AcquirerCountryCodeEnum
-
Packages that use ProcessorSystemConfig.AcquirerCountryCodeEnum Package Description model -
-
Uses of ProcessorSystemConfig.AcquirerCountryCodeEnum in model
Methods in model that return ProcessorSystemConfig.AcquirerCountryCodeEnum Modifier and Type Method Description static ProcessorSystemConfig.AcquirerCountryCodeEnumProcessorSystemConfig.AcquirerCountryCodeEnum. fromValue(String value)ProcessorSystemConfig.AcquirerCountryCodeEnumProcessorSystemConfig. getAcquirerCountryCode()The 3 letter ISO 4217 country code for the country transactions are originating from.ProcessorSystemConfig.AcquirerCountryCodeEnumProcessorSystemConfig.AcquirerCountryCodeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ProcessorSystemConfig.AcquirerCountryCodeEnumProcessorSystemConfig.AcquirerCountryCodeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessorSystemConfig.AcquirerCountryCodeEnum[]ProcessorSystemConfig.AcquirerCountryCodeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type ProcessorSystemConfig.AcquirerCountryCodeEnum Modifier and Type Method Description ProcessorSystemConfigProcessorSystemConfig. acquirerCountryCode(ProcessorSystemConfig.AcquirerCountryCodeEnum acquirerCountryCode)voidProcessorSystemConfig. setAcquirerCountryCode(ProcessorSystemConfig.AcquirerCountryCodeEnum acquirerCountryCode)voidProcessorSystemConfig.AcquirerCountryCodeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ProcessorSystemConfig.AcquirerCountryCodeEnum enumeration)
-