introPhase property

  1. @JsonKey(name: 'introPhase', fromJson: QMapper.productPricingPhaseFromJson)
QProductPricingPhase? introPhase
final

A trial phase details, if exists.

Implementation

@JsonKey(name: 'introPhase', fromJson: QMapper.productPricingPhaseFromJson)
final QProductPricingPhase? introPhase;