LineItemType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
UNSPECIFIED |
未指定的订单项。 |
REGULAR |
常规订单项(商品)。 |
TAX |
税费专列项。 |
DISCOUNT |
折扣订单项。 |
GRATUITY |
免费订单项。 |
DELIVERY |
投放订单项。 |
SUBTOTAL |
小计。 |
FEE |
除上述情况外。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-28。
[null,null,["最后更新时间 (UTC):2025-07-28。"],[[["\u003cp\u003eLine items can be categorized as regular goods, taxes, discounts, gratuities, delivery charges, subtotals, or fees.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUNSPECIFIED\u003c/code\u003e is the default value if no other line item type is chosen.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFEE\u003c/code\u003e acts as a catch-all category for any line item type not explicitly defined by other values, offering flexibility.\u003c/p\u003e\n"]]],["The content defines the possible types of line items in a transaction. These include `REGULAR` for goods, `TAX`, `DISCOUNT`, `GRATUITY`, `DELIVERY`, `SUBTOTAL`, and `FEE` for other charges. An `UNSPECIFIED` type indicates an undefined line item. The `FEE` type is designated for line items that are not categorized by any other enum.\n"],null,["# LineItemType\n\nPossible values for type of line item.\n\n| Enums ||\n|---------------|--------------------------------------|\n| `UNSPECIFIED` | Unspecified line item. |\n| `REGULAR` | Regular line item (goods). |\n| `TAX` | Tax line item. |\n| `DISCOUNT` | Discount line item. |\n| `GRATUITY` | Gratuity line item. |\n| `DELIVERY` | Delivery line item. |\n| `SUBTOTAL` | Subtotal line item. |\n| `FEE` | For everything other than the above. |"]]