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

A delivery time for this product.

Attributes

  • maxHandlingTimeDays (type: integer(), default: nil) - Required. The maximum number of business days (inclusive) between when an order is placed and when the product ships. If a product ships in the same day, set this value to 0.
  • maxTransitTimeDays (type: integer(), default: nil) - Required. The maximum number of business days (inclusive) between when the product ships and when the product is delivered.
  • minHandlingTimeDays (type: integer(), default: nil) - Required. The minimum number of business days (inclusive) between when an order is placed and when the product ships. If a product ships in the same day, set this value to 0.
  • minTransitTimeDays (type: integer(), default: nil) - Required. The minimum number of business days (inclusive) between when the product ships and when the product is delivered.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Content.V21.Model.ProductDeliveryTimeAreaDeliveryTimeDeliveryTime{
    maxHandlingTimeDays: integer() | nil,
    maxTransitTimeDays: integer() | nil,
    minHandlingTimeDays: integer() | nil,
    minTransitTimeDays: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.