Click or drag to resize

IProvisioningPluginRenewPackage Method

Renews the package for the specified subscription.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void RenewPackage(
	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