endDate property

  1. @BuiltValueField.new(wireName: r'endDate')
DateTime? get endDate

The date when you manually closed the card order. Card orders are automatically closed by the end of the day it was created. If you manually closed it beforehand, the closing date is shown as the endDate.

Implementation

@BuiltValueField(wireName: r'endDate')
DateTime? get endDate;