toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (fullRefund != null) 'fullRefund': fullRefund!,
  if (itemBasedRefund != null) 'itemBasedRefund': itemBasedRefund!,
  if (proratedRefund != null) 'proratedRefund': proratedRefund!,
};