View Source GoogleApi.Content.V2.Model.PosDataProvidersPosDataProvider (google_api_content v0.67.1)

Attributes

  • displayName (type: String.t, default: nil) - The display name of Pos data Provider.
  • fullName (type: String.t, default: nil) - The full name of this POS data Provider.
  • providerId (type: String.t, default: nil) - The ID of the account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.PosDataProvidersPosDataProvider{
  displayName: String.t() | nil,
  fullName: String.t() | nil,
  providerId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.