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

The return carrier information. This service is designed for merchants enrolled in the Buy on Google program.

Attributes

  • carrierAccountId (type: String.t, default: nil) - Output only. Immutable. The Google-provided unique carrier ID, used to update the resource.
  • carrierAccountName (type: String.t, default: nil) - Name of the carrier account.
  • carrierAccountNumber (type: String.t, default: nil) - Number of the carrier account.
  • carrierCode (type: String.t, default: nil) - The carrier code enum. Accepts the values FEDEX or UPS.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.AccountReturnCarrier{
  carrierAccountId: String.t() | nil,
  carrierAccountName: String.t() | nil,
  carrierAccountNumber: String.t() | nil,
  carrierCode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.