startDate property
The date when the rule will start to be evaluated, in ISO 8601 extended offset date-time format. For example, 2025-03-19T10:15:30+01:00. If not provided when creating a transaction rule, the startDate is set to the date when the rule status is set to active.
Implementation
@BuiltValueField(wireName: r'startDate')
String? get startDate;