hasIntro property

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

True, if there is any intro phase in the current offer. False otherwise. The intro phase is one of single or recurrent discounted payments.

Implementation

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