introPricePeriod property

  1. @Deprecated('Use period instead.')
String introPricePeriod

Billing period of the introductory price, specified in ISO 8601 format.

Implementation

@Deprecated('Use period instead.')
String get introPricePeriod => period;