Uses of Class
net.authorize.api.contract.v1.SolutionType
-
Packages that use SolutionType Package Description net.authorize.api.contract.v1 -
-
Uses of SolutionType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as SolutionType Modifier and Type Field Description protected SolutionTypeTransactionDetailsType. solutionprotected SolutionTypeTransactionRequestType. solutionMethods in net.authorize.api.contract.v1 that return SolutionType Modifier and Type Method Description SolutionTypeObjectFactory. createSolutionType()Create an instance ofSolutionTypeSolutionTypeTransactionDetailsType. getSolution()Gets the value of the solution property.SolutionTypeTransactionRequestType. getSolution()Gets the value of the solution property.Methods in net.authorize.api.contract.v1 with parameters of type SolutionType Modifier and Type Method Description voidTransactionDetailsType. setSolution(SolutionType value)Sets the value of the solution property.voidTransactionRequestType. setSolution(SolutionType value)Sets the value of the solution property.
-