Show / Hide Table of Contents

Class OrderContact

Contact of an order.

Inheritance
object
OrderContact
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class OrderContact : IDirectResponseSchema

Properties

ContactInfo

Free-form information about this contact. It could be any information related to this contact in addition to type, title, name, and signature user profile ID.

Declaration
[JsonProperty("contactInfo")]
public virtual string ContactInfo { get; set; }
Property Value
Type Description
string

ContactName

Name of this contact.

Declaration
[JsonProperty("contactName")]
public virtual string ContactName { get; set; }
Property Value
Type Description
string

ContactTitle

Title of this contact.

Declaration
[JsonProperty("contactTitle")]
public virtual string ContactTitle { get; set; }
Property Value
Type Description
string

ContactType

Type of this contact.

Declaration
[JsonProperty("contactType")]
public virtual string ContactType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SignatureUserProfileId

ID of the user profile containing the signature that will be embedded into order documents.

Declaration
[JsonProperty("signatureUserProfileId")]
public virtual long? SignatureUserProfileId { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX