isIntro property

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

True, if the current phase is an intro period. False otherwise. The intro phase is one of single or recurrent discounted payments.

Implementation

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