endsAt property

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

End date of the billing plan, in YYYY-MM-DD format.

Implementation

@BuiltValueField(wireName: r'endsAt')
String get endsAt;