PriceListOwners Constructor (Guid, Guid, Boolean) |
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
)
Public Sub New (
priceListOwnerId As Guid,
parentPriceListOwnerId As Guid,
canDefineOwnPrices As Boolean
)
public:
PriceListOwners(
Guid priceListOwnerId,
Guid parentPriceListOwnerId,
bool canDefineOwnPrices
)
new :
priceListOwnerId : Guid *
parentPriceListOwnerId : Guid *
canDefineOwnPrices : bool -> PriceListOwners
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