Class Market
Represents the market in which the product is offered
Constructors
Market()
Declaration
public Market()
Properties
Brochures
The brochures for the product in this market
Declaration
public IList<Brochure> Brochures { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Brochure> |
Code
The ISO 3166 Alpha-2 code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Distributors
The market distributors
Declaration
public IList<Distributor> Distributors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Distributor> |
Region
The Region
Declaration
public Region Region { get; set; }
Property Value
Type | Description |
---|---|
Region |