stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyPaymentsPayoutSchedule

AdminTypes.ShopifyPaymentsPayoutSchedule interface

The payment schedule for a payments account.

Signature:

export interface ShopifyPaymentsPayoutSchedule 

Properties

Property Modifiers Type Description
interval   ShopifyPaymentsPayoutInterval | `${ShopifyPaymentsPayoutInterval}` The interval at which payouts are sent to the connected bank account.
monthlyAnchor?   Maybe<Scalars[‘Int’][‘output’]> <p>(Optional) The day of the month funds will be paid out.</p><p>The value can be any day of the month from the 1st to the 31st. If the payment interval is set to monthly, this value will be used. Payouts scheduled between 29-31st of the month are sent on the last day of shorter months.</p>
weeklyAnchor?   Maybe<DayOfTheWeek | `${DayOfTheWeek}`> <p>(Optional) The day of the week funds will be paid out.</p><p>The value can be any weekday from Monday to Friday. If the payment interval is set to weekly, this value will be used.</p>