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

Cancel Subscription Notification Object. More...

Inheritance diagram for ATT_MSSDK.Paymentv3.CancelSubscriptionNotificationObject:
ATT_MSSDK.Paymentv3.NotificationObject

List of all members.

Public Member Functions

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

Properties

string ConsumerId [get, set]
 Gets or sets the Unique Consumer Id.
string OriginalTransactionId [get, set]
 Gets or sets the Original Transaction Id which is always empty.
DateTime TransactionDate [get, set]
 Gets or sets the Date and time the refund transaction occurred.
string MerchantSubscriptionId [get, set]
 Gets or sets the Merchant subscription identifier.
string SubscriptionPeriod [get, set]
 Gets or sets the subscription period time unit. Valid values are: DAILY, WEEKLY and MONTHLY.
string SubscriptionPeriodAmount [get, set]
 Gets or sets the number of months – as only the monthly subscription period is supported for this release.
int SubscriptionRecurrences [get, set]
 Gets or sets the number of recurrences remaining.
DateTime CurrentPeriodStartDate [get, set]
 Gets or sets the start date of current subscription period.
DateTime CurrentPeriodEndDate [get, set]
 Gets or sets the end date of current subscription period.
int SubscriptionRemaining [get, set]
 Gets or sets the remaining number of renewals.

Detailed Description

Cancel Subscription Notification Object.


Constructor & Destructor Documentation


Property Documentation

Gets or sets the Unique Consumer Id.

Gets or sets the end date of current subscription period.

Gets or sets the start date of current subscription period.

Gets or sets the Merchant subscription identifier.

Gets or sets the Original Transaction Id which is always empty.

Gets or sets the subscription period time unit. Valid values are: DAILY, WEEKLY and MONTHLY.

Gets or sets the number of months – as only the monthly subscription period is supported for this release.

Gets or sets the number of recurrences remaining.

Gets or sets the remaining number of renewals.

Gets or sets the Date and time the refund transaction occurred.