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

Base class for all Notification Objects. More...

Inheritance diagram for ATT_MSSDK.Paymentv3.NotificationObject:
ATT_MSSDK.Paymentv3.CancelSubscriptionNotificationObject ATT_MSSDK.Paymentv3.FreePeriodConversionNotificationObject ATT_MSSDK.Paymentv3.RefundNotificationObject ATT_MSSDK.Paymentv3.RestoreSubscriptionNotificationObject ATT_MSSDK.Paymentv3.StopSubscriptionNotificationObject ATT_MSSDK.Paymentv3.SubscriptionRecurrenceNotificationObject ATT_MSSDK.Paymentv3.SuccessfulRefundNotificationObject

List of all members.

Public Member Functions

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

Static Public Member Functions

static NotificationObject ParseJSON (string jsonInput)
 Parses Notification Response of json type.

Properties

NotificationType NotificationObjectType [get, set]
 Gets or sets the Notification type.

Detailed Description

Base class for all Notification Objects.


Constructor & Destructor Documentation


Member Function Documentation

Parses Notification Response of json type.

Parameters:
jsonInputnotification response json data
Returns:
NotificationObject values returned.

Property Documentation