







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| Transaction..::..NewFromResponse Method () |
| Transaction Class See Also Send Feedback |
Creates a Transaction directly from the API Response
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public static Transaction NewFromResponse( transactionDetailsType trans ) |
| Visual Basic |
|---|
Public Shared Function NewFromResponse ( _ trans As transactionDetailsType _ ) As Transaction |
| Visual C++ |
|---|
public: static Transaction^ NewFromResponse( transactionDetailsType^ trans ) |
Parameters
- trans
- Type: transactionDetailsType
The trans.
