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

SuccessfulRefund Notification Object. More...

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

List of all members.

Public Member Functions

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

Properties

string ConsumerId [get, set]
 Gets or sets the Unique Consumer Id.
string RefundTransactionId [get, set]
 Gets or sets the TransactionId of the refund.
string OriginalTransactionId [get, set]
 Gets or sets the TransactionId of the original transaction that was refunded.
string RefundCurrency [get, set]
 Gets or sets the refund currency as USD for this release.
string RefundFreeText [get, set]
 Gets or sets the Text description of the reason for the refund.
decimal OriginalPriceAmount [get, set]
 Gets or sets the Amount of the original purchase.
decimal RefundPriceAmount [get, set]
 Gets or sets the price of the refund.
DateTime TransactionDate [get, set]
 Gets or sets the Date and time the refund transaction occurred.
string MerchantSubscriptionId [get, set]
 Gets or sets the If the refunded item was a subscription, this contains the SubscriptionId specified when the subscription was created.
string SubscriptionPeriod [get, set]
 Gets or sets the Subscription Period which is currently empty.
string SubscriptionPeriodAmount [get, set]
 Gets or sets the Subscription Period Amount which is currently empty.
int SubscriptionRecurrences [get, set]
 Gets or sets the Subscription Recurrences which is currently empty.
DateTime CurrentPeriodStartDate [get, set]
 Gets or sets the Current Period Start Date which is currently empty.
DateTime CurrentPeriodEndDate [get, set]
 Gets or sets the Current Period End Date which is currently empty.
int SubscriptionRemaining [get, set]
 Gets or sets the Subscription Remaining which is currently empty.
string RefundReasonId [get, set]
 Gets or sets RefundReasonId.

Detailed Description

SuccessfulRefund Notification Object.


Constructor & Destructor Documentation


Property Documentation

Gets or sets the Unique Consumer Id.

Gets or sets the Current Period End Date which is currently empty.

Gets or sets the Current Period Start Date which is currently empty.

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

Gets or sets the Amount of the original purchase.

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

Gets or sets the refund currency as USD for this release.

Gets or sets the Text description of the reason for the refund.

Gets or sets the price of the refund.

Gets or sets RefundReasonId.

Gets or sets the TransactionId of the refund.

Gets or sets the Subscription Period which is currently empty.

Gets or sets the Subscription Period Amount which is currently empty.

Gets or sets the Subscription Recurrences which is currently empty.

Gets or sets the Subscription Remaining which is currently empty.

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