View Source GoogleApi.Content.V2.Model.OrderPickupDetails (google_api_content v0.67.1)

Attributes

  • address (type: GoogleApi.Content.V2.Model.OrderAddress.t, default: nil) - Address of the pickup location where the shipment should be sent. Note that recipientName in the address is the name of the business at the pickup location.
  • collectors (type: list(GoogleApi.Content.V2.Model.OrderPickupDetailsCollector.t), default: nil) - Collectors authorized to pick up shipment from the pickup location.
  • locationId (type: String.t, default: nil) - ID of the pickup location.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.OrderPickupDetails{
  address: GoogleApi.Content.V2.Model.OrderAddress.t() | nil,
  collectors:
    [GoogleApi.Content.V2.Model.OrderPickupDetailsCollector.t()] | nil,
  locationId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.