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

Subscription Recurrence Notification Object. More...

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

List of all members.

Public Member Functions

 SubscriptionRecurrenceNotificationObject ()
 Initializes a new instance of the SubscriptionRecurrenceNotificationObject 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.
DateTime CurrentPeriodStartDate [get, set]
 Gets or sets the Current Period Start Date.
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

Subscription Recurrence 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 Current Period Start Date.

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.

Gets or sets the remaining number of renewals.

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