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

ScheduledDeliveryDetails used to update the scheduled delivery order.

Attributes

  • carrierPhoneNumber (type: String.t, default: nil) - The phone number of the carrier fulfilling the delivery. The phone number should be formatted as the international notation in
  • 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.OrdersCustomBatchRequestEntryUpdateShipmentScheduledDeliveryDetails{
    carrierPhoneNumber: String.t() | nil,
    scheduledDate: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.