startsAt property

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

The date and time when the transfer limit becomes active. If you specify a date in the future, we will schedule a transfer limit. Format ISO 8601: YYYY-MM-DDThh:mm:ss.sssTZD

Implementation

@BuiltValueField(wireName: r'startsAt')
DateTime get startsAt;