Class Product
Implements
Inherited Members
Namespace: Coree.NETStandard.CoreeHttpClient
Assembly: Coree.NETStandard.dll
Syntax
public class Product : FluentBase, IFluentBase
Properties
| <<<<<<< HEAD Edit this page View Source ======= Edit this page View Source >>>>>>> releaseName
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Price
Declaration
public decimal? Price { get; set; }
Property Value
Type | Description |
---|---|
decimal? |