Documentation home page
Definition of product(article) types we could have.
Namespace:
Ricardo.Enums.Article
Assembly:
Ricardo.Enums (in Ricardo.Enums.dll) Version: 1.1.15308.4 (1.1.15308.4)
SyntaxPublic Enumeration ProductType
Members
| Member name | Value | Description |
---|
| Auction | 0 |
Auction.
|
| BuyNow | 1 |
BuyNow (fixed priced article).
|
| AuctionWithBuyNow | 2 |
Auction with buy now possibility.
|
| MultipleAuction | 3 |
The multiple auction.
|
| MultipleBuyNow | 4 |
The multiple buy now.
|
| AutoClassified | 5 |
Auto Classified.
|
| Offer | 6 |
The offer
|
See Also