ProrationPeriodOfferPhase.fromJson constructor
ProrationPeriodOfferPhase.fromJson(
- Map json_
Implementation
ProrationPeriodOfferPhase.fromJson(core.Map json_)
: this(
originalOfferPhaseType: json_['originalOfferPhaseType'] as core.String?,
);