expiresAt property

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

The date when the payment link expires. ISO 8601 format with time zone offset: YYYY-MM-DDThh:mm:ss+TZD, for example, 2020-12-18T10:15:30+01:00. The maximum expiry date is 70 days after the payment link is created. If not provided, the payment link expires 24 hours after it was created.

Implementation

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