CMSAuthorizeNetProviderGetResponseParameterValue Method |
Returns specified response parameter value from the array of values.
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
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