付款时间表-ShopifyPaymentsPayoutSchedule 对象
付款帐户的付款时间表。
所需的访问
read_shopify_payments
访问范围。另外:用户必须具有shopify_payments_transfers权限。
在本页面
字段
- interval(
[ShopifyPaymentsPayoutInterval!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentspayoutinterval)
)
付款发送到关联银行帐户的时间间隔。 - monthlyAnchor(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
每月的一天中的资金将被支付。
该值可以是每月的1号到31号之间的任何一天。如果付款间隔设置为每月,则将使用此值。计划在每月29日至31日之间付款,则在较短月份的最后一天发送。 - weeklyAnchor(
[DayOfTheWeek](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/dayoftheweek)
)
星期几的资金将被支付。
该值可以是星期一至星期五的任何工作日。如果将付款间隔设置为每周,则将使用此值。
返回ShopifyPaymentsPayoutSchedule的类型
[ShopifyPaymentsAccount.payoutSchedule](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsaccount#payoutschedule-2021-01)