google_api_dfa_reporting v0.18.0 GoogleApi.DFAReporting.V34.Model.OrderContact View Source

Contact of an order.

Attributes

  • contactInfo (type: String.t, default: nil) - 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.
  • contactName (type: String.t, default: nil) - Name of this contact.
  • contactTitle (type: String.t, default: nil) - Title of this contact.
  • contactType (type: String.t, default: nil) - Type of this contact.
  • signatureUserProfileId (type: String.t, default: nil) - ID of the user profile containing the signature that will be embedded into order documents.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.OrderContact{
  contactInfo: String.t(),
  contactName: String.t(),
  contactTitle: String.t(),
  contactType: String.t(),
  signatureUserProfileId: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.