executionDate property

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

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

Implementation

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