Click or drag to resize

IAtomiaBillingApiDeletePackageConfiguration Method

Deletes package configuration from billing.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool DeletePackageConfiguration(
	Guid packageId
)

Parameters

packageId
Type: SystemGuid
The package identifier.

Return Value

Type: Boolean
true if package is deleted, otherwise false.
See Also