AT&T API Platform SDK for Microsoft®  2.3.2
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Enumerator Properties Groups Pages
ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject Class Reference

SuccessfulRefund Notification Object More...

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

Public Member Functions

 SuccessfulRefundNotificationObject ()
 Initializes a new instance of the SuccessfulRefundNotificationObject class. More...
 
- Public Member Functions inherited from ATT_MSSDK.Paymentv3.NotificationObject
 NotificationObject ()
 Initializes a new instance of the NotificationObject class. More...
 

Properties

string ConsumerId [get, set]
 Gets or sets the Unique Consumer Id. More...
 
string RefundTransactionId [get, set]
 Gets or sets the TransactionId of the refund. More...
 
string OriginalTransactionId [get, set]
 Gets or sets the TransactionId of the original transaction that was refunded. More...
 
string RefundCurrency [get, set]
 Gets or sets the refund currency as USD for this release. More...
 
string RefundFreeText [get, set]
 Gets or sets the Text description of the reason for the refund. More...
 
decimal OriginalPriceAmount [get, set]
 Gets or sets the Amount of the original purchase. More...
 
decimal RefundPriceAmount [get, set]
 Gets or sets the price of the refund. More...
 
DateTime TransactionDate [get, set]
 Gets or sets the Date and time the refund transaction occurred. More...
 
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. More...
 
string SubscriptionPeriod [get, set]
 Gets or sets the Subscription Period which is currently empty. More...
 
string SubscriptionPeriodAmount [get, set]
 Gets or sets the Subscription Period Amount which is currently empty. More...
 
int SubscriptionRecurrences [get, set]
 Gets or sets the Subscription Recurrences which is currently empty. More...
 
DateTime CurrentPeriodStartDate [get, set]
 Gets or sets the Current Period Start Date which is currently empty. More...
 
DateTime CurrentPeriodEndDate [get, set]
 Gets or sets the Current Period End Date which is currently empty. More...
 
int SubscriptionRemaining [get, set]
 Gets or sets the Subscription Remaining which is currently empty. More...
 
string RefundReasonId [get, set]
 Gets or sets RefundReasonId More...
 
- Properties inherited from ATT_MSSDK.Paymentv3.NotificationObject
NotificationType NotificationObjectType [get, set]
 Gets or sets the Notification type. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ATT_MSSDK.Paymentv3.NotificationObject
static NotificationObject ParseJSON (string jsonInput)
 Parses Notification Response of json type More...
 

Detailed Description

SuccessfulRefund Notification Object

Constructor & Destructor Documentation

ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.SuccessfulRefundNotificationObject ( )

Initializes a new instance of the SuccessfulRefundNotificationObject class.

Property Documentation

string ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.ConsumerId
getset

Gets or sets the Unique Consumer Id.

DateTime ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.CurrentPeriodEndDate
getset

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

DateTime ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.CurrentPeriodStartDate
getset

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

string ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.MerchantSubscriptionId
getset

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

decimal ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.OriginalPriceAmount
getset

Gets or sets the Amount of the original purchase.

string ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.OriginalTransactionId
getset

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

string ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.RefundCurrency
getset

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

string ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.RefundFreeText
getset

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

decimal ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.RefundPriceAmount
getset

Gets or sets the price of the refund.

string ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.RefundReasonId
getset

Gets or sets RefundReasonId

string ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.RefundTransactionId
getset

Gets or sets the TransactionId of the refund.

string ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.SubscriptionPeriod
getset

Gets or sets the Subscription Period which is currently empty.

string ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.SubscriptionPeriodAmount
getset

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

int ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.SubscriptionRecurrences
getset

Gets or sets the Subscription Recurrences which is currently empty.

int ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.SubscriptionRemaining
getset

Gets or sets the Subscription Remaining which is currently empty.

DateTime ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject.TransactionDate
getset

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