Class CustomisationFields
- Namespace
- Rescope.Commerce.Core.Models
- Assembly
- Rescope.Commerce.Core.dll
public class CustomisationFields
- Inheritance
-
CustomisationFields
- Inherited Members
-
Properties
Description
[JsonProperty("description")]
public string Description { get; set; }
Property Value
- string
Key
[JsonProperty("key")]
public Guid Key { get; set; }
Property Value
- Guid
Label
[JsonProperty("label")]
public string Label { get; set; }
Property Value
- string
Type
[JsonProperty("type")]
public CustomisationFieldType Type { get; set; }
Property Value
- CustomisationFieldType