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

Free Period Conversion Notification Object. More...

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

List of all members.

Public Member Functions

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

Properties

string ConsumerId [get, set]
 Gets or sets the Unique Consumer Id.
string TransactionType [get, set]
 Gets or sets the transaction type as SINGLEPAY or SUBSCRIPTION.
string OriginalTransactionId [get, set]
 Gets or sets the TransactionId of the original transaction that was refunded.
DateTime TransactionDate [get, set]
 Gets or sets the Date and time the refund transaction occurred.
string MerchantSubscriptionId [get, set]
 Gets or sets if the refunded item was a subscription, this contains the SubscriptionId specified when the subscription was created.

Detailed Description

Free Period Conversion Notification Object.


Constructor & Destructor Documentation


Property Documentation

Gets or sets the Unique Consumer Id.

Gets or sets if the refunded item was a subscription, this contains the SubscriptionId specified when the subscription was created.

Gets or sets the TransactionId of the original transaction that was refunded.

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

Gets or sets the transaction type as SINGLEPAY or SUBSCRIPTION.