指定创建订单交易所需的信息-OrderTransactionInput 输入对象
指定创建订单交易所需的信息。
输入栏
- 金额(
[Money!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#money-2021-01)
) 必需的
此交易的金额。 - 网关(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
) 必需的
用于此交易的支付网关。 - 种类(
[OrderTransactionKind!](https://shopify.dev/docs/admin-api/graphql/reference/orders/ordertransactionkind)
) 必需的
那种交易。 - orderId(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
) 必需的
与交易相关联的订单的ID。 - parentId(
[ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
可选父交易的ID,例如捕获的授权。