View Source GoogleApi.Content.V21.Model.ShippingsettingsCustomBatchRequestEntry (google_api_content v0.66.0)

A batch entry encoding a single non-batch shippingsettings request.

Attributes

  • accountId (type: String.t, default: nil) - The ID of the account for which to get/update account shipping settings.
  • batchId (type: integer(), default: nil) - An entry ID, unique within the batch request.
  • merchantId (type: String.t, default: nil) - The ID of the managing account.
  • method (type: String.t, default: nil) - The method of the batch entry. Acceptable values are: - "get" - "update"
  • shippingSettings (type: GoogleApi.Content.V21.Model.ShippingSettings.t, default: nil) - The account shipping settings to update. Only defined if the method is update.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ShippingsettingsCustomBatchRequestEntry{
  accountId: String.t() | nil,
  batchId: integer() | nil,
  merchantId: String.t() | nil,
  method: String.t() | nil,
  shippingSettings: GoogleApi.Content.V21.Model.ShippingSettings.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.