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

Attributes

  • hour (type: integer(), default: nil) - Required. Hour (24-hour clock) of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Hour is based on the timezone of warehouse.
  • minute (type: integer(), default: nil) - Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Minute is based on the timezone of warehouse.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.