Class BrandingData
The branding result model.
[DataContract]
public class BrandingData
- Inheritance
-
BrandingData
- Inherited Members
Properties
BrandId
Gets or sets the brand id.
[DataMember(Name = "brandId", EmitDefaultValue = true)]
public string BrandId { get; set; }
Property Value
Methods
ToJson()
Returns the JSON string presentation of the object.
public virtual string ToJson()
Returns
- string
JSON string presentation of the object.