CMSAuthorizeNetProviderGetResponseParameterValue Method |
Returns specified response parameter value from the array of values.
Namespace: CMS.EcommerceProviderAssembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 8.2.23
Syntax public string GetResponseParameterValue(
string[] response,
int parameterIndex
)
Parameters
- response
- Type: SystemString
Array of response parameters values - parameterIndex
- Type: SystemInt32
Parameter index
Return Value
Type:
StringSee Also