View Source GoogleApi.Content.V2.Model.OrderLineItemShippingDetails (google_api_content v0.66.0)

Attributes

  • deliverByDate (type: String.t, default: nil) - Required. The delivery by date, in ISO 8601 format.
  • method (type: GoogleApi.Content.V2.Model.OrderLineItemShippingDetailsMethod.t, default: nil) - Required. Details of the shipping method.
  • 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.V2.Model.OrderLineItemShippingDetails{
  deliverByDate: String.t() | nil,
  method:
    GoogleApi.Content.V2.Model.OrderLineItemShippingDetailsMethod.t() | nil,
  shipByDate: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.