Show / Hide Table of Contents

Class SettlementTransactionAmountCommission

Inheritance
System.Object
SettlementTransactionAmountCommission
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class SettlementTransactionAmountCommission : IDirectResponseSchema

Properties

Category

The category of the commission. Acceptable values are: - "animalsAndPetSupplies" - "dogCatFoodAndCatLitter" - "apparelAndAccessories" - "shoesHandbagsAndSunglasses" - "costumesAndAccessories" - "jewelry" - "watches" - "hobbiesArtsAndCrafts" - "homeAndGarden" - "entertainmentCollectibles" - "collectibleCoins" - "sportsCollectibles" - "sportingGoods" - "toysAndGames" - "musicalInstruments" - "giftCards" - "babyAndToddler" - "babyFoodWipesAndDiapers"

  • "businessAndIndustrial" - "camerasOpticsAndPhotography" - "consumerElectronics" - "electronicsAccessories" - "personalComputers" - "videoGameConsoles" - "foodAndGrocery" - "beverages" - "tobaccoProducts" - "furniture" - "hardware" - "buildingMaterials" - "tools" - "healthAndPersonalCare" - "beauty" - "householdSupplies" - "kitchenAndDining" - "majorAppliances"
  • "luggageAndBags" - "media" - "officeSupplies" - "softwareAndVideoGames" - "vehiclePartsAndAccessories" - "vehicleTiresAndWheels" - "vehicles" - "everythingElse"
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Rate

Rate of the commission in percentage.

Declaration
[JsonProperty("rate")]
public virtual string Rate { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top