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

Attributes

  • name (type: String.t, default: nil) - Name of the person picking up the shipment.
  • phoneNumber (type: String.t, default: nil) - Phone number of the person picking up the shipment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.OrderPickupDetailsCollector{
  name: String.t() | nil,
  phoneNumber: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.