订单单元相关税费信息-TaxLine 对象
表示有关在相关订单项上收取的税费的信息。
在本页面
字段
- priceSet(
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
以商店和演示货币收取的税额。 - rate(
[Float](https://shopify.dev/docs/admin-api/graphql/reference/scalar#float-2021-01)
)
要应用的税率。 - ratePercentage(
[Float](https://shopify.dev/docs/admin-api/graphql/reference/scalar#float-2021-01)
)
税率代表的价格百分比。 - title(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
税收名称。
返回TaxLine的类型
[CalculatedDraftOrder.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculateddraftorder#taxlines-2021-01)
[CalculatedOrder.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculatedorder#taxlines-2021-01)
[DraftOrder.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/draftorder#taxlines-2021-01)
[DraftOrderLineItem.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/draftorderlineitem#taxlines-2021-01)
[Duty.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/duty#taxlines-2021-01)
[LineItem.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/lineitem#taxlines-2021-01)
[LineItemMutable.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/lineitemmutable#taxlines-2021-01)
[Order.currentTaxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/order#currenttaxlines-2021-01)
[Order.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/order#taxlines-2021-01)
[ShippingLine.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/shippingline#taxlines-2021-01)