cronExpression property
A cron expression that is used to set the sweep schedule. The schedule uses the time zone of the balance account. For example, 30 17 * * MON schedules a sweep every Monday at 17:30. The expression must have five values separated by a single space in the following order: * Minute: 0-59 * Hour: 0-23 * Day of the month: 1-31 * Month: 1-12 or JAN-DEC * Day of the week: 0-7 (0 and 7 are Sunday) or MON-SUN. The following non-standard characters are supported: *, L, #, W and /. See crontab guru for more examples. Required when type is cron.
Implementation
@BuiltValueField(wireName: r'cronExpression')
String? get cronExpression;