inventorySourceType property

String? inventorySourceType
getter/setter pair

Denotes the type of the inventory source. Possible string values are:

  • "INVENTORY_SOURCE_TYPE_UNSPECIFIED" : The inventory source type is not specified or is unknown in this version.
  • "INVENTORY_SOURCE_TYPE_PRIVATE" : Private inventory source.
  • "INVENTORY_SOURCE_TYPE_AUCTION_PACKAGE" : Auction package.

Implementation

core.String? inventorySourceType;