bookingDate property

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

The date the transaction was booked into the balance account.

Implementation

@BuiltValueField(wireName: r'bookingDate')
DateTime get bookingDate;