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

Attributes

  • deliverByDate (type: String.t, default: nil) - Required. The delivery by date, in ISO 8601 format.
  • method (type: GoogleApi.Content.V21.Model.OrderLineItemShippingDetailsMethod.t, default: nil) - Required. Details of the shipping method.
  • pickupPromiseInMinutes (type: integer(), default: nil) - The promised time in minutes in which the order will be ready for pickup. This only applies to buy-online-pickup-in-store same-day order.
  • shipByDate (type: String.t, default: nil) - Required. The ship by date, in ISO 8601 format.
  • type (type: String.t, default: nil) - Type of shipment. Indicates whether deliveryDetails or pickupDetails is applicable for this shipment. Acceptable values are: - "delivery" - "pickup"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.OrderLineItemShippingDetails{
  deliverByDate: String.t() | nil,
  method:
    GoogleApi.Content.V21.Model.OrderLineItemShippingDetailsMethod.t() | nil,
  pickupPromiseInMinutes: integer() | nil,
  shipByDate: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.