![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Encapsulates response from cancel subscription. More...
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. |
Encapsulates response from cancel subscription.
Initializes a new instance of the CancelSubscriptionResponse class.
static CancelSubscriptionResponse ATT_MSSDK.Paymentv3.CancelSubscriptionResponse.ParseJson | ( | string | jsonInput | ) | [static] |
Parse an JSON document and return a CancelSubscriptionResponse.
jsonInput | The JSON document to be parsed. |
static CancelSubscriptionResponse ATT_MSSDK.Paymentv3.CancelSubscriptionResponse.ParseXML | ( | string | xmlInput | ) | [static] |
Parse an XML document and return a CancelSubscriptionResponse.
xmlInput | The XML document to be parsed. |
bool ATT_MSSDK.Paymentv3.CancelSubscriptionResponse.IsSuccess [get, set] |
Gets or sets a value indicating whether the request was successful; False if a service error is encountered.
double ATT_MSSDK.Paymentv3.CancelSubscriptionResponse.OriginalPurchaseAmount [get, set] |
Gets or sets the value of OriginalPurchaseAmount.
string ATT_MSSDK.Paymentv3.CancelSubscriptionResponse.TransactionId [get, set] |
Gets or sets the transaction id of the newly created 'cancel subscription' request.
string ATT_MSSDK.Paymentv3.CancelSubscriptionResponse.TransactionStatus [get, set] |
Gets or sets the status of this transaction, that requested cancellation of subscription.
string ATT_MSSDK.Paymentv3.CancelSubscriptionResponse.Version [get, set] |
Gets or sets the value of Version.