Click or drag to resize

PriceListOwners Constructor (Guid, Guid, Boolean)

Initializes a new instance of the PriceListOwners class.

Namespace:  Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public PriceListOwners(
	Guid priceListOwnerId,
	Guid parentPriceListOwnerId,
	bool canDefineOwnPrices
)

Parameters

priceListOwnerId
Type: SystemGuid
The price list owner identifier.
parentPriceListOwnerId
Type: SystemGuid
The parent price list owner identifier.
canDefineOwnPrices
Type: SystemBoolean
if set to true [can define own prices].
See Also