toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (chargeReturnShippingFee != null)
'chargeReturnShippingFee': chargeReturnShippingFee!,
if (maxReturnShippingFee != null)
'maxReturnShippingFee': maxReturnShippingFee!,
if (refundableItemsTotalAmount != null)
'refundableItemsTotalAmount': refundableItemsTotalAmount!,
if (refundableShippingAmount != null)
'refundableShippingAmount': refundableShippingAmount!,
if (totalRefundedAmount != null)
'totalRefundedAmount': totalRefundedAmount!,
};