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

Response for listing account return carriers.

Attributes

  • accountReturnCarriers (type: list(GoogleApi.Content.V21.Model.AccountReturnCarrier.t), default: nil) - List of all available account return carriers for the merchant.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ListAccountReturnCarrierResponse{
  accountReturnCarriers:
    [GoogleApi.Content.V21.Model.AccountReturnCarrier.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.