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.CancelSubscriptionResponse Class Reference

Encapsulates response from cancel subscription. More...

List of all members.

Public Member Functions

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

Static Public Member Functions

static CancelSubscriptionResponse ParseJson (string jsonInput)
 Parse an JSON document and return a CancelSubscriptionResponse.
static CancelSubscriptionResponse ParseXML (string xmlInput)
 Parse an XML document and return a CancelSubscriptionResponse.

Properties

bool IsSuccess [get, set]
 Gets or sets a value indicating whether the request was successful; False if a service error is encountered.
string TransactionId [get, set]
 Gets or sets the transaction id of the newly created 'cancel subscription' request.
string TransactionStatus [get, set]
 Gets or sets the status of this transaction, that requested cancellation of subscription.
double OriginalPurchaseAmount [get, set]
 Gets or sets the value of OriginalPurchaseAmount.
string Version [get, set]
 Gets or sets the value of Version.

Detailed Description

Encapsulates response from cancel subscription.


Constructor & Destructor Documentation


Member Function Documentation

Parse an JSON document and return a CancelSubscriptionResponse.

Parameters:
jsonInputThe JSON document to be parsed.
Returns:
The parsed CancelSubscriptionResponse object.

Parse an XML document and return a CancelSubscriptionResponse.

Parameters:
xmlInputThe XML document to be parsed.
Returns:
The parsed CancelSubscriptionResponse object.

Property Documentation

Gets or sets a value indicating whether the request was successful; False if a service error is encountered.

Gets or sets the value of OriginalPurchaseAmount.

Gets or sets the transaction id of the newly created 'cancel subscription' request.

Gets or sets the status of this transaction, that requested cancellation of subscription.

Gets or sets the value of Version.