Uses of Enum
model.ProcessorSystemConfig.AcquirerCountryCodeEnum
Packages that use ProcessorSystemConfig.AcquirerCountryCodeEnum
-
Uses of ProcessorSystemConfig.AcquirerCountryCodeEnum in model
Methods in model that return ProcessorSystemConfig.AcquirerCountryCodeEnumModifier and TypeMethodDescriptionProcessorSystemConfig.getAcquirerCountryCode()The 3 letter ISO 4217 country code for the country transactions are originating from.ProcessorSystemConfig.AcquirerCountryCodeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.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.AcquirerCountryCodeEnumModifier and TypeMethodDescriptionProcessorSystemConfig.acquirerCountryCode(ProcessorSystemConfig.AcquirerCountryCodeEnum acquirerCountryCode) voidProcessorSystemConfig.setAcquirerCountryCode(ProcessorSystemConfig.AcquirerCountryCodeEnum acquirerCountryCode) voidProcessorSystemConfig.AcquirerCountryCodeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, ProcessorSystemConfig.AcquirerCountryCodeEnum enumeration)