Ingram.Marketplace.Model.ValidationParameter (Ingram Marketplace API v1.4.6) View Source

The structure representing an individual product parameter. It specifies the parameter name and its value that can be any of the following types: string, number, boolean, array, or object.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ingram.Marketplace.Model.ValidationParameter{
  name: String.t() | nil,
  value: OneOfstringbooleannumberobjectarray | nil
}