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

Return shipping label for a Buy on Google merchant-managed return.

Attributes

  • carrier (type: String.t, default: nil) - Name of the carrier.
  • labelUri (type: String.t, default: nil) - The URL for the return shipping label in PDF format
  • trackingId (type: String.t, default: nil) - The tracking id of this return label.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ReturnShippingLabel{
  carrier: String.t() | nil,
  labelUri: String.t() | nil,
  trackingId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.