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

The estimated days to deliver a product after an order is placed. Only authorized shipping signals partners working with a merchant can use this resource. Merchants should use the products resource instead.

Attributes

  • areaDeliveryTimes (type: list(GoogleApi.Content.V21.Model.ProductDeliveryTimeAreaDeliveryTime.t), default: nil) - Required. A set of associations between DeliveryArea and DeliveryTime entries. The total number of areaDeliveryTimes can be at most 100.
  • productId (type: GoogleApi.Content.V21.Model.ProductId.t, default: nil) - Required. The id of the product.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ProductDeliveryTime{
  areaDeliveryTimes:
    [GoogleApi.Content.V21.Model.ProductDeliveryTimeAreaDeliveryTime.t()] | nil,
  productId: GoogleApi.Content.V21.Model.ProductId.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.