View Source GoogleApi.DisplayVideo.V1.Model.PrismaCpeCode (google_api_display_video v0.35.0)

Google Payments Center supports searching and filtering on the component fields of this code.

Attributes

  • prismaClientCode (type: String.t, default: nil) - The Prisma client code.
  • prismaEstimateCode (type: String.t, default: nil) - The Prisma estimate code.
  • prismaProductCode (type: String.t, default: nil) - The Prisma product code.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.PrismaCpeCode{
  prismaClientCode: String.t() | nil,
  prismaEstimateCode: String.t() | nil,
  prismaProductCode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.