Table of Contents

Class BrandingData

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

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

string

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.