PayWayAPIParseResponseParameters Method |
Parse the response parameters string from the
processCreditCard method into a map.
Namespace: Qvalent.PayWayAssembly: PayWayAPI (in PayWayAPI.dll) Version: 1.0.10.0
Syntax[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.
RemarksNone
See Also