CMSAuthorizeNetProviderDeserializeResponseT Method |
Process XML response and return object containing data from response.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected T DeserializeResponse<T>(
string response
)
Parameters
- response
- Type: SystemString
Response in XML format
Type Parameters
- T
Return Value
Type:
TSee Also