canceledAt property

  1. @BuiltValueField(wireName: r'canceled_at')
DateTime? canceledAt

If the subscription has been canceled, the date of that cancellation.

Implementation

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