content  v2.1
Properties | List of all members
Google.Apis.ShoppingContent.v2_1.Data.AccountTaxTaxRule Class Reference

Tax calculation rule to apply in a state or province (USA only). More...

Inheritance diagram for Google.Apis.ShoppingContent.v2_1.Data.AccountTaxTaxRule:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string Country [get, set]
 Country code in which tax is applicable. More...
 
virtual System.Nullable< ulong > LocationId [get, set]
 State (or province) is which the tax is applicable, described by its location ID (also called criteria ID). More...
 
virtual string RatePercent [get, set]
 Explicit tax rate in percent, represented as a floating point number without the percentage character. Must not be negative. More...
 
virtual System.Nullable< bool > ShippingTaxed [get, set]
 If true, shipping charges are also taxed. More...
 
virtual System.Nullable< bool > UseGlobalRate [get, set]
 Whether the tax rate is taken from a global tax table or specified explicitly. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Tax calculation rule to apply in a state or province (USA only).

Property Documentation

◆ Country

virtual string Google.Apis.ShoppingContent.v2_1.Data.AccountTaxTaxRule.Country
getset

Country code in which tax is applicable.

◆ ETag

virtual string Google.Apis.ShoppingContent.v2_1.Data.AccountTaxTaxRule.ETag
getset

The ETag of the item.

◆ LocationId

virtual System.Nullable<ulong> Google.Apis.ShoppingContent.v2_1.Data.AccountTaxTaxRule.LocationId
getset

State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).

◆ RatePercent

virtual string Google.Apis.ShoppingContent.v2_1.Data.AccountTaxTaxRule.RatePercent
getset

Explicit tax rate in percent, represented as a floating point number without the percentage character. Must not be negative.

◆ ShippingTaxed

virtual System.Nullable<bool> Google.Apis.ShoppingContent.v2_1.Data.AccountTaxTaxRule.ShippingTaxed
getset

If true, shipping charges are also taxed.

◆ UseGlobalRate

virtual System.Nullable<bool> Google.Apis.ShoppingContent.v2_1.Data.AccountTaxTaxRule.UseGlobalRate
getset

Whether the tax rate is taken from a global tax table or specified explicitly.


The documentation for this class was generated from the following file: