GoogleApi.DFAReporting.V33.Model.OrderContact (google_api_dfa_reporting v0.31.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V33.Model.OrderContact{
  contactInfo: String.t() | nil,
  contactName: String.t() | nil,
  contactTitle: String.t() | nil,
  contactType: String.t() | nil,
  signatureUserProfileId: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.