google_api_content v0.38.0 GoogleApi.Content.V21.Model.OrderShipmentScheduledDeliveryDetails View Source

Attributes

  • carrierPhoneNumber (type: String.t, default: nil) - The phone number of the carrier fulfilling the delivery.
  • scheduledDate (type: String.t, default: nil) - The date a shipment is scheduled for delivery, in ISO 8601 format.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.