google_api_content v0.30.0 GoogleApi.Content.V21.Model.AccounttaxCustomBatchRequestEntry View Source
A batch entry encoding a single non-batch accounttax request.
Attributes
accountId
(type:String.t
, default:nil
) - The ID of the account for which to get/update account tax settings.accountTax
(type:GoogleApi.Content.V21.Model.AccountTax.t
, default:nil
) - The account tax settings to update. Only defined if the method isupdate
.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
"
- "
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 Sourcet() :: %GoogleApi.Content.V21.Model.AccounttaxCustomBatchRequestEntry{ accountId: String.t(), accountTax: GoogleApi.Content.V21.Model.AccountTax.t(), batchId: integer(), merchantId: String.t(), method: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.