endsAt property
End date of the billing plan, in YYYY-MM-DD format. The end date must align with the frequency and the start date of the billing plan. If left blank, the subscription will continue indefinitely unless it is cancelled by the shopper.
Implementation
@BuiltValueField(wireName: r'endsAt')
String? get endsAt;