View Source GoogleApi.Content.V2.Model.OrderMerchantProvidedAnnotation (google_api_content v0.72.0)

Attributes

  • key (type: String.t, default: nil) - Key for additional merchant provided (as key-value pairs) annotation about the line item.
  • value (type: String.t, default: nil) - Value for additional merchant provided (as key-value pairs) annotation about the line item.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Content.V2.Model.OrderMerchantProvidedAnnotation{
  key: String.t() | nil,
  value: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.