estimatedArrivalTime property

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

The estimated time when the beneficiary should have access to the funds.

Implementation

@BuiltValueField(wireName: r'estimatedArrivalTime')
DateTime? get estimatedArrivalTime;