View Source GoogleApi.Content.V21.Model.OrderShipmentScheduledDeliveryDetails (google_api_content v0.66.0)

Attributes

  • carrierPhoneNumber (type: String.t, default: nil) - The phone number of the carrier fulfilling the delivery. The phone number is formatted as the international notation in ITU-T Recommendation E.123 (for example, "+41 44 668 1800").
  • scheduledDate (type: String.t, default: nil) - The date a shipment is scheduled for delivery, in ISO 8601 format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.OrderShipmentScheduledDeliveryDetails{
  carrierPhoneNumber: String.t() | nil,
  scheduledDate: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.