executionDate property

  1. @BuiltValueField.new(wireName: r'executionDate')
ExecutionDate? get executionDate

Contains information about the date when the transfer will be processed. The execution date must be within 30 days of the current date. Until the execution date: - The status of the transfer remains as received. - The reason of the transfer remains as pending.

Implementation

@BuiltValueField(wireName: r'executionDate')
ExecutionDate? get executionDate;