Struct google_content2::api::AccountTax [−][src]
pub struct AccountTax {
pub account_id: Option<String>,
pub kind: Option<String>,
pub rules: Option<Vec<AccountTaxTaxRule>>,
}Expand description
The tax settings of a merchant account. All methods require the admin role.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- get accounttax (response)
- update accounttax (request|response)
Fields
account_id: Option<String>Required. The ID of the account to which these account tax settings belong.
kind: Option<String>Identifies what kind of resource this is. Value: the fixed string “content#accountTax”.
rules: Option<Vec<AccountTaxTaxRule>>Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for AccountTax
impl Send for AccountTax
impl Sync for AccountTax
impl Unpin for AccountTax
impl UnwindSafe for AccountTax
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more