PayWayAPIFormatRequestParameters Method |
Format the parameters from the provided map into a request string
to pass to the processCreditCard method.
Namespace: Qvalent.PayWayAssembly: PayWayAPI (in PayWayAPI.dll) Version: 1.0.10.0
Syntax[MTAThreadAttribute]
public string FormatRequestParameters(
IDictionary parametersDictionary
)
Parameters
- parametersDictionary
- Type: System.CollectionsIDictionary
The IDictionary map where the
keys are parameter names and the values are parameter values.
Return Value
Type:
Stringthe parameters string to pass to the processCreditCard method
RemarksNone
See Also