AT&T API Platform SDK for Microsoft®  2.3.3
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Properties
ATT_MSSDK.Paymentv3.CommitTransactionResponse Class Reference

Encapsulates the values returned by the CommitTransaction API. More...

List of all members.

Public Member Functions

 CommitTransactionResponse ()
 Initializes a new instance of the CommitTransactionResponse class.

Static Public Member Functions

static CommitTransactionResponse ParseXML (string xmlInput)
 Parses commit transaction response of xml type.

Properties

string TransactionId [get, set]
 Gets or sets the transaction ID for the refund.
string TransactionStatus [get, set]
 Gets or sets the Current status of the transaction. Only transactions with status as “SUCCESSFUL” are completed successfully. All other statuses indicate that the transaction is not successful.
string IsSuccess [get, set]
 Gets or sets the Boolean indicating the status of request.
string Version [get, set]
 Gets or sets the Version of API signature.

Detailed Description

Encapsulates the values returned by the CommitTransaction API.


Constructor & Destructor Documentation


Member Function Documentation

Parses commit transaction response of xml type.

Parameters:
xmlInputcommit transaction response xml data
Returns:
CommitTransactionResponse values returned.

Property Documentation

Gets or sets the Boolean indicating the status of request.

Gets or sets the transaction ID for the refund.

Gets or sets the Current status of the transaction. Only transactions with status as “SUCCESSFUL” are completed successfully. All other statuses indicate that the transaction is not successful.

Gets or sets the Version of API signature.