手续费-TransactionFee 对象
与订单交易有关的交易费用。
所需的访问
read_orders
访问范围。
在本页面
字段
- amount(
[MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2)
)
费用金额。 - flatFee(
[MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2)
)
交易的统一费用。 - flatFeeName(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
信用卡固定费用的名称。 - id(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
全局唯一标识符。 - rate(
[Decimal!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#decimal-2021-01)
)
百分比费用。 - rateName(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
信用卡利率的名称。 - taxAmount(
[MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2)
)
收取的税额。 - type(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
费用类型的名称。
返回TransactionFee的类型
[OrderTransaction.fees](https://shopify.dev/docs/admin-api/graphql/reference/orders/ordertransaction#fees-2021-01)
派生关系
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)