GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Contact (google_api_authorized_buyers_marketplace v0.7.0)

View Source

Contains information on how a buyer or seller can be reached.

Attributes

  • displayName (type: String.t, default: nil) - The display_name of the contact.
  • email (type: String.t, default: nil) - Email address for the contact.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Contact{
  displayName: String.t() | nil,
  email: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.