startsAt property

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

Start date of the billing plan, in YYYY-MM-DD format. The default value is the transaction date.

Implementation

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