cycles property

  1. @JsonKey(name: 'cycles')
int cycles
inherited

Number of subscription billing periods for which the user will be given the introductory price, such as 3.

Implementation

@JsonKey(name: 'cycles')
int get cycles => throw _privateConstructorUsedError;