toJson method

Map<String, dynamic> toJson()

Implementation

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