google_api_content v0.13.0 GoogleApi.Content.V2.Model.ShippingsettingsCustomBatchRequestEntry View Source
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
) -shippingSettings
(type:GoogleApi.Content.V2.Model.ShippingSettings.t
, default:nil
) - The account shipping settings to update. Only defined if the method is update.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Content.V2.Model.ShippingsettingsCustomBatchRequestEntry{
accountId: String.t(),
batchId: integer(),
merchantId: String.t(),
method: String.t(),
shippingSettings: GoogleApi.Content.V2.Model.ShippingSettings.t()
}
t() :: %GoogleApi.Content.V2.Model.ShippingsettingsCustomBatchRequestEntry{ accountId: String.t(), batchId: integer(), merchantId: String.t(), method: String.t(), shippingSettings: GoogleApi.Content.V2.Model.ShippingSettings.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.