付款-ShopifyPaymentsPayout 对象
支出表示商人的Shopify付款余额与他们的银行帐户之间的资金流动。
所需的访问
用户必须具有访问权限。
在本页面
字段
- bankAccount(
[ShopifyPaymentsBankAccount!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsbankaccount)
)
付款的银行帐户。 - id(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
全局唯一标识符。 - issueAt(
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
付款的确切时间。支出仅包含此时可用的余额交易。 - legacyResourceId(
[UnsignedInt64!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#unsignedint64-2021-01)
)
REST Admin API中相应资源的ID。 - net(
[MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2)
)
付款的总金额和币种。 - status(
[ShopifyPaymentsPayoutStatus!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayoutstatus)
)
付款的转帐状态。 - summary(
[ShopifyPaymentsPayoutSummary!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayoutsummary)
)
支出摘要。 - transactionType(
[ShopifyPaymentsPayoutTransactionType!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayouttransactiontype)
)
付款方向。
返回ShopifyPaymentsPayout的类型
[ShopifyPaymentsAccount.payouts](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsaccount#payouts-2021-01)
[ShopifyPaymentsBankAccount.payouts](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsbankaccount#payouts-2021-01)
派生关系
[LegacyInteroperability](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/legacyinteroperability)
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)
弃用的栏位
显示隐藏
自动生成的类型,用于通过多个ShopifyPaymentsPayouts分页。
在本页面
字段
- edges(
[[ShopifyPaymentsPayoutEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayout)
)
边列表。 - pageInfo(
[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
)
有助于分页的信息。
一种自动生成的类型,在分页期间保存一个ShopifyPaymentsPayout和一个光标。
在本页面
字段
- cursor(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
用于分页的光标。 - node(
[ShopifyPaymentsPayout!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayout)
)
ShopifyPaymentsPayoutEdge末尾的项目。
返回ShopifyPaymentsPayoutEdge的类型
[ShopifyPaymentsPayoutConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayout#edges-2021-01)