Click or drag to resize

SubscriptionPreChangedPackageEventArgs Constructor

Initializes a new instance of the [!:SubscriptionChangedPackageEventArgs] class.

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 SubscriptionPreChangedPackageEventArgs(
	Subscription subscription,
	Subscription newSubscripiton
)

Parameters

subscription
Type: Atomia.Billing.Core.Sdk.BusinessObjectsSubscription
The subscription.
newSubscripiton
Type: Atomia.Billing.Core.Sdk.BusinessObjectsSubscription
The subscription.
See Also