Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyPaymentsPayoutInterval
The interval at which payouts are sent to the connected bank account.
Signature:
export declare enum ShopifyPaymentsPayoutInterval
Member | Value | Description |
---|---|---|
Daily | "DAILY" |
Each business day. |
Manual | "MANUAL" |
Payouts will not be automatically made. |
Monthly | "MONTHLY" |
Each month, on the day of month specified by monthlyAnchor. |
Weekly | "WEEKLY" |
Each week, on the day of week specified by weeklyAnchor. |