dateOfSourceEvent property

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

Required if type is assetSale or gamblingWinnings. The date the funds were received, in YYYY-MM-DD format. For example, if the source of funds is of type assetSale, the dateOfSourceEvent is the date of the sale. If the source of funds is of type gamblingWinnings, the dateOfSourceEvent is the date of winnings.

Implementation

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