expiresAt property

  1. @BuiltValueField.new(wireName: r'expiresAt')
String? get expiresAt

The date when the order should expire. If not provided, the default expiry duration is 1 day. ISO 8601 format: YYYY-MM-DDThh:mm:ss+TZD, for example, 2020-12-18T10:15:30+01:00.

Implementation

@BuiltValueField(wireName: r'expiresAt')
String? get expiresAt;