![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Encapsulates the values returned by the CommitTransaction API. More...
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. |
Encapsulates the values returned by the CommitTransaction API.
Initializes a new instance of the CommitTransactionResponse class.
static CommitTransactionResponse ATT_MSSDK.Paymentv3.CommitTransactionResponse.ParseXML | ( | string | xmlInput | ) | [static] |
Parses commit transaction response of xml type.
xmlInput | commit transaction response xml data |
string ATT_MSSDK.Paymentv3.CommitTransactionResponse.IsSuccess [get, set] |
Gets or sets the Boolean indicating the status of request.
string ATT_MSSDK.Paymentv3.CommitTransactionResponse.TransactionId [get, set] |
Gets or sets the transaction ID for the refund.
string ATT_MSSDK.Paymentv3.CommitTransactionResponse.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 ATT_MSSDK.Paymentv3.CommitTransactionResponse.Version [get, set] |
Gets or sets the Version of API signature.