Struct google_content2::AccounttaxCustomBatchRequestEntry [−][src]
pub struct AccounttaxCustomBatchRequestEntry {
pub batch_id: Option<u32>,
pub account_tax: Option<AccountTax>,
pub account_id: Option<String>,
pub merchant_id: Option<String>,
pub method: Option<String>,
}A batch entry encoding a single non-batch accounttax request.
This type is not used in any activity, and only used as part of another schema.
Fields
batch_id: Option<u32>
An entry ID, unique within the batch request.
account_tax: Option<AccountTax>
The account tax settings to update. Only defined if the method is update.
account_id: Option<String>
The ID of the account for which to get/update account tax settings.
merchant_id: Option<String>
The ID of the managing account.
method: Option<String>
no description provided
Trait Implementations
impl Default for AccounttaxCustomBatchRequestEntry[src]
impl Default for AccounttaxCustomBatchRequestEntryfn default() -> AccounttaxCustomBatchRequestEntry[src]
fn default() -> AccounttaxCustomBatchRequestEntryReturns the "default value" for a type. Read more
impl Clone for AccounttaxCustomBatchRequestEntry[src]
impl Clone for AccounttaxCustomBatchRequestEntryfn clone(&self) -> AccounttaxCustomBatchRequestEntry[src]
fn clone(&self) -> AccounttaxCustomBatchRequestEntryReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for AccounttaxCustomBatchRequestEntry[src]
impl Debug for AccounttaxCustomBatchRequestEntryfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for AccounttaxCustomBatchRequestEntry[src]
impl Part for AccounttaxCustomBatchRequestEntryAuto Trait Implementations
impl Send for AccounttaxCustomBatchRequestEntry
impl Send for AccounttaxCustomBatchRequestEntryimpl Sync for AccounttaxCustomBatchRequestEntry
impl Sync for AccounttaxCustomBatchRequestEntry