Enum CronSweepSchedule.TypeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<CronSweepSchedule.TypeEnum>
    Enclosing class:
    CronSweepSchedule

    public static enum CronSweepSchedule.TypeEnum
    extends Enum<CronSweepSchedule.TypeEnum>
    The schedule type. Possible values: * **cron**: push out funds based on a cron expression. * **daily**: push out funds daily at 07:00 AM CET. * **weekly**: push out funds every Monday at 07:00 AM CET. * **monthly**: push out funds every first of the month at 07:00 AM CET. * **balance**: pull in funds instantly if the balance is less than or equal to the `triggerAmount`. You can only use this for sweeps of `type` **pull** and when the source is a `merchantAccount` or `transferInstrument`.If the source is transferInstrument, merchant account identifier is still required, with which you want to process the transaction.