PurchaseLocationType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
UNSPECIFIED_LOCATION |
未知的值。 |
ONLINE_PURCHASE |
在线购买的所有商品。 |
INSTORE_PURCHASE |
所有实体店购买交易。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003e\u003ccode\u003eLocationType\u003c/code\u003e is an enum that indicates where a purchase was made.\u003c/p\u003e\n"],["\u003cp\u003eThere are three possible values: \u003ccode\u003eUNSPECIFIED_LOCATION\u003c/code\u003e, \u003ccode\u003eONLINE_PURCHASE\u003c/code\u003e, and \u003ccode\u003eINSTORE_PURCHASE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUNSPECIFIED_LOCATION\u003c/code\u003e is used when the location of the purchase is unknown.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eONLINE_PURCHASE\u003c/code\u003e indicates the purchase was made online.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eINSTORE_PURCHASE\u003c/code\u003e indicates the purchase was made in a physical store.\u003c/p\u003e\n"]]],[],null,["# PurchaseLocationType\n\nLocation type of the purchase.\n\n| Enums ||\n|------------------------|------------------------------|\n| `UNSPECIFIED_LOCATION` | Unknown value. |\n| `ONLINE_PURCHASE` | All purchases bought online. |\n| `INSTORE_PURCHASE` | All instore purchases. |"]]