date property

  1. @BuiltValueField.new(wireName: r'date')
Date? get date

The date when the transfer will be processed. This date must be: * Within 30 days of the current date. * In the ISO 8601 format YYYY-MM-DD. For example: 2025-01-31

Implementation

@BuiltValueField(wireName: r'date')
Date? get date;