IPackageConfigurationHelperDeletePackageConfiguration Method |
Deletes package configuration from billing.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax bool DeletePackageConfiguration(
Guid packageId
)
Function DeletePackageConfiguration (
packageId As Guid
) As Boolean
bool DeletePackageConfiguration(
Guid packageId
)
abstract DeletePackageConfiguration :
packageId : Guid -> bool
Parameters
- packageId
- Type: SystemGuid
The package identifier.
Return Value
Type:
Booleantrue if package is deleted, otherwise
false.
See Also