currentPeriodEnd property

  1. @BuiltValueField(wireName: r'current_period_end')
DateTime currentPeriodEnd

End of the current period that the subscription has been invoiced for. At the end of this period, a new invoice will be created.

Implementation

@BuiltValueField(wireName: r'current_period_end')
DateTime get currentPeriodEnd;