View Source GoogleApi.Content.V21.Model.CutoffTime (google_api_content v0.66.0)

Attributes

  • hour (type: integer(), default: nil) - Hour of the cutoff time until which an order has to be placed to be processed in the same day. Required.
  • minute (type: integer(), default: nil) - Minute of the cutoff time until which an order has to be placed to be processed in the same day. Required.
  • timezone (type: String.t, default: nil) - Timezone identifier for the cutoff time (for example, "Europe/Zurich"). List of identifiers. Required.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.CutoffTime{
  hour: integer() | nil,
  minute: integer() | nil,
  timezone: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.