View Source GoogleApi.Content.V21.Model.ServiceStoreConfigCutoffConfigLocalCutoffTime (google_api_content v0.67.1)

Time in hours and minutes in the local timezone when local delivery ends.

Attributes

  • hour (type: String.t, default: nil) - Hour local delivery orders must be placed by to process the same day.
  • minute (type: String.t, default: nil) - Minute local delivery orders must be placed by to process the same day.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.