Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.03 KB

ProductPriceEntry.md

File metadata and controls

20 lines (16 loc) · 1.03 KB

Yaksa.OrckestraCommerce.Client.Model.ProductPriceEntry

ProductPriceEntry

Properties

Name Type Description Notes
EndDate DateTime The end date. [optional]
IsInherited bool Indicates whether the price is inherited from parent scope. [optional]
LastModified DateTime [optional]
LastModifiedBy string [optional]
Price double of the price of the Product [optional]
PriceListCategory string the price list category [optional]
PriceListId string the unique identifier of the PriceList associated to the Product [optional]
PriceListType string the price list type [optional]
SequenceNumber int The sequence number. [optional]
StartDate DateTime The start date. [optional]

[Back to Model list] [Back to API list] [Back to README]