Uses of Class
net.authorize.api.contract.v1.ProcessingOptions
-
Packages that use ProcessingOptions Package Description net.authorize.api.contract.v1 -
-
Uses of ProcessingOptions in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as ProcessingOptions Modifier and Type Field Description protected ProcessingOptionsProfileTransOrderType. processingOptionsprotected ProcessingOptionsTransactionRequestType. processingOptionsMethods in net.authorize.api.contract.v1 that return ProcessingOptions Modifier and Type Method Description ProcessingOptionsObjectFactory. createProcessingOptions()Create an instance ofProcessingOptionsProcessingOptionsProfileTransOrderType. getProcessingOptions()Gets the value of the processingOptions property.ProcessingOptionsTransactionRequestType. getProcessingOptions()Gets the value of the processingOptions property.Methods in net.authorize.api.contract.v1 with parameters of type ProcessingOptions Modifier and Type Method Description voidProfileTransOrderType. setProcessingOptions(ProcessingOptions value)Sets the value of the processingOptions property.voidTransactionRequestType. setProcessingOptions(ProcessingOptions value)Sets the value of the processingOptions property.
-