Click or drag to resize

PriceListOwners Constructor (Guid, Guid)

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
)

Parameters

priceListOwnerId
Type: SystemGuid
The price list owner identifier.
parentPriceListOwnerId
Type: SystemGuid
The parent price list owner identifier.
See Also