endsAt property

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

The date and time when the transfer limit becomes inactive. If you do not specify an end date, the limit stays active until you override it with a new limit. Format ISO 8601: YYYY-MM-DDThh:mm:ss.sssTZD

Implementation

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