debitInitiationDate property

  1. @BuiltValueField.new(wireName: r'debitInitiationDate')
LocalDate? get debitInitiationDate

The date of the debit initiation.

Implementation

@BuiltValueField(wireName: r'debitInitiationDate')
LocalDate? get debitInitiationDate;