toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (autoRenewEnabled != null) 'autoRenewEnabled': autoRenewEnabled!,
if (installmentDetails != null)
'installmentDetails': installmentDetails!,
if (priceChangeDetails != null)
'priceChangeDetails': priceChangeDetails!,
};