Click or drag to resize
PayWayAPIParseResponseParameters Method
Parse the response parameters string from the processCreditCard method into a map.

Namespace: Qvalent.PayWay
Assembly: PayWayAPI (in PayWayAPI.dll) Version: 1.0.10.0
Syntax
C#
[MTAThreadAttribute]
public IDictionary ParseResponseParameters(
	string parametersString
)

Parameters

parametersString
Type: SystemString
The response parameters from the processCreditCard method.

Return Value

Type: IDictionary
The IDictionary of parameter names mapped to parameter values.
Remarks
None
See Also