PriceListOwners Constructor (Guid, Guid) |
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
)
Public Sub New (
priceListOwnerId As Guid,
parentPriceListOwnerId As Guid
)
public:
PriceListOwners(
Guid priceListOwnerId,
Guid parentPriceListOwnerId
)
new :
priceListOwnerId : Guid *
parentPriceListOwnerId : Guid -> PriceListOwners
Parameters
- priceListOwnerId
- Type: SystemGuid
The price list owner identifier. - parentPriceListOwnerId
- Type: SystemGuid
The parent price list owner identifier.
See Also