firstPaymentDate property

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

First date of a payment. For instalment, the date of the first payments, if not immediate.

Implementation

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