Uses of Class
model.ProcessorSystemConfig
Packages that use ProcessorSystemConfig
-
Uses of ProcessorSystemConfig in model
Methods in model that return ProcessorSystemConfigModifier and TypeMethodDescriptionProcessorSystemConfig.acquirerCountryCode(ProcessorSystemConfig.AcquirerCountryCodeEnum acquirerCountryCode) ProcessorSystemConfig.acquiringBin(String acquiringBin) ProcessorSystemConfig.addAvailableCountriesItem(Country availableCountriesItem) ProcessorSystemConfig.addDefaultCurrenciesItem(Currency defaultCurrenciesItem) ProcessorSystemConfig.allowCreditForPartner(Boolean allowCreditForPartner) ProcessorSystemConfig.availableCountries(List<Country> availableCountries) ProcessorSystemConfig.businessApplicationId(String businessApplicationId) ProcessorSystemConfig.CLASS_KEY_IDENTIFIER(ProcessorSystemConfig.CLASSKEYIDENTIFIEREnum CLASS_KEY_IDENTIFIER) ProcessorSystemConfig.configurationTemplates(ProcessorSystemConfigConfigurationTemplates configurationTemplates) ProcessorSystemConfig.defaultCurrencies(List<Currency> defaultCurrencies) ProcessorSystemConfig.disablePpgs(Boolean disablePpgs) ProcessorSystemConfig.feeProgramIndicator(String feeProgramIndicator) static ProcessorSystemConfigCreate an instance of ProcessorSystemConfig given an JSON stringProcessorSystemConfig.gatewayProxyCertificate(String gatewayProxyCertificate) ProcessorSystemConfig.gatewayProxyHost(String gatewayProxyHost) ProcessorSystemConfig.gatewayProxyPassword(String gatewayProxyPassword) ProcessorSystemConfig.gatewayProxyPort(String gatewayProxyPort) ProcessorSystemConfig.gatewayProxyUsername(String gatewayProxyUsername) Processor.getSystemConfig()Get systemConfigProcessorSystemConfig.keyStorePassword(String keyStorePassword) ProcessorSystemConfig.keyStorePath(String keyStorePath) ProcessorSystemConfig.merchantPseudoAbaNumber(String merchantPseudoAbaNumber) ProcessorSystemConfig.onlineCreditProcessing(Boolean onlineCreditProcessing) ProcessorSystemConfig.onlineDebitProcessing(Boolean onlineDebitProcessing) ProcessorSystemConfig.privateKeyPassword(String privateKeyPassword) ProcessorSystemConfig.processorSequenceLimit(Long processorSequenceLimit) ProcessorSystemConfig.pseudoBatchPush(Boolean pseudoBatchPush) ProcessorSystemConfig.sourceOfFunds(ProcessorSystemConfig.SourceOfFundsEnum sourceOfFunds) ProcessorSystemConfig.visaAcceptanceCloudKeyStorePath(String visaAcceptanceCloudKeyStorePath) ProcessorSystemConfig.visaAcceptanceCloudPassword(String visaAcceptanceCloudPassword) ProcessorSystemConfig.visaAcceptanceCloudUrl(String visaAcceptanceCloudUrl) ProcessorSystemConfig.visaAcceptanceCloudUserId(String visaAcceptanceCloudUserId) Methods in model with parameters of type ProcessorSystemConfigModifier and TypeMethodDescriptionvoidProcessor.setSystemConfig(ProcessorSystemConfig systemConfig) Processor.systemConfig(ProcessorSystemConfig systemConfig)