Click or drag to resize

IProvisioningPluginDeletePackage Method

Deletes the package.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void DeletePackage(
	Subscription subscription,
	Dictionary<string, Object> additionalData
)

Parameters

subscription
Type: Atomia.Billing.Core.Sdk.BusinessObjectsSubscription
The subscription.
additionalData
Type: System.Collections.GenericDictionaryString, Object
The additional data.
See Also