Mayson Monorepo Documentation
    Preparing search index...
    interface SettlementTiming {
        delay_days_override?: Emptyable<number>;
    }
    Index

    Properties

    delay_days_override?: Emptyable<number>

    Change delay_days for this account, which determines the number of days charge funds are held before becoming available. The maximum value is 31. Passing an empty string to delay_days_override will return delay_days to the default, which is the lowest available value for the account. Learn more about controlling delay days.