google_api_content v0.25.0 GoogleApi.Content.V21.Model.ReturnPolicySeasonalOverride View Source

Attributes

  • endDate (type: String.t, default: nil) - Last day on which the override applies. In ISO 8601 format.
  • name (type: String.t, default: nil) - The name of the seasonal override as shown in Merchant Center.
  • policy (type: GoogleApi.Content.V21.Model.ReturnPolicyPolicy.t, default: nil) - The policy which is in effect during that time.
  • startDate (type: String.t, default: nil) - First day on which the override applies. In ISO 8601 format.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Content.V21.Model.ReturnPolicySeasonalOverride{
  endDate: String.t(),
  name: String.t(),
  policy: GoogleApi.Content.V21.Model.ReturnPolicyPolicy.t(),
  startDate: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.