View Source GoogleApi.Content.V21.Model.SettlementTransactionAmountCommission (google_api_content v0.67.1)

Attributes

  • category (type: String.t, default: nil) - 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"
  • rate (type: String.t, default: nil) - Rate of the commission in percentage.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.SettlementTransactionAmountCommission{
  category: String.t() | nil,
  rate: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.