SubscriptionPreChangedPackageEventArgsNewSubscription Property |
Gets or sets the new status.
Namespace:
Atomia.Billing.Core.Sdk.Events.Subscriptions
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public Subscription NewSubscription { get; set; }
Public Property NewSubscription As Subscription
Get
Set
public:
property Subscription^ NewSubscription {
Subscription^ get ();
void set (Subscription^ value);
}
member NewSubscription : Subscription with get, set
Property Value
Type:
SubscriptionThe new status.
See Also