stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.TransferSchedule

Description

Contains the types generated from the schema TransferSchedule

Synopsis

Documentation

data TransferSchedule Source #

Defines the object schema located at components.schemas.transfer_schedule in the specification.

Constructors

TransferSchedule 

Fields

  • transferScheduleDelayDays :: Int

    delay_days: The number of days charges for the account will be held before being paid out.

  • transferScheduleInterval :: Text

    interval: How frequently funds will be paid out. One of `manual` (payouts only created via API call), `daily`, `weekly`, or `monthly`.

    Constraints:

    • Maximum length of 5000
  • transferScheduleMonthlyAnchor :: Maybe Int

    monthly_anchor: The day of the month funds will be paid out. Only shown if `interval` is monthly. Payouts scheduled between the 29th and 31st of the month are sent on the last day of shorter months.

  • transferScheduleWeeklyAnchor :: Maybe Text

    weekly_anchor: The day of the week funds will be paid out, of the style 'monday', 'tuesday', etc. Only shown if `interval` is weekly.

    Constraints:

    • Maximum length of 5000