Click or drag to resize

SubscriptionTerminatedEventArgs Constructor (Guid, String)

Initializes a new instance of the SubscriptionTerminatedEventArgs 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 SubscriptionTerminatedEventArgs(
	Guid subscriptionId,
	string reason
)

Parameters

subscriptionId
Type: SystemGuid
The subscription identifier.
reason
Type: SystemString
The reason.
See Also