isPrepaid property

  1. @JsonKey(name: 'isPrepaid')
bool isPrepaid
final

True, if the subscription product is prepaid, which means that users pay in advance - they will need to make a new payment to extend their plan.

Implementation

@JsonKey(name: 'isPrepaid')
final bool isPrepaid;