![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Cancel Subscription Notification Object. More...
Public Member Functions | |
CancelSubscriptionNotificationObject () | |
Initializes a new instance of the CancelSubscriptionNotificationObject 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 remaining. | |
DateTime | CurrentPeriodStartDate [get, set] |
Gets or sets the start date of current subscription period. | |
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. |
Cancel Subscription Notification Object.
Initializes a new instance of the CancelSubscriptionNotificationObject class.
string ATT_MSSDK.Paymentv3.CancelSubscriptionNotificationObject.ConsumerId [get, set] |
Gets or sets the Unique Consumer Id.
DateTime ATT_MSSDK.Paymentv3.CancelSubscriptionNotificationObject.CurrentPeriodEndDate [get, set] |
Gets or sets the end date of current subscription period.
DateTime ATT_MSSDK.Paymentv3.CancelSubscriptionNotificationObject.CurrentPeriodStartDate [get, set] |
Gets or sets the start date of current subscription period.
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 remaining.
Gets or sets the remaining number of renewals.
DateTime ATT_MSSDK.Paymentv3.CancelSubscriptionNotificationObject.TransactionDate [get, set] |
Gets or sets the Date and time the refund transaction occurred.