toJson method
Implementation
Map<String, dynamic> toJson() {
final map = <String, dynamic>{};
map['gracePeriod'] = gracePeriod;
map['prdId'] = prdId;
map['firstDeductionType'] = firstDeductionType;
map['ourReceiveAccount'] = ourReceiveAccount;
map['remark'] = remark;
map['type'] = type;
map['operator'] = operator;
map['firstPeriodType'] = firstPeriodType;
map['payType'] = payType;
map['sdkVersionShow'] = sdkVersionShow;
map['imageUrl'] = imageUrl;
map['ctime'] = ctime;
map['iosProductId'] = iosProductId;
map['signType'] = signType;
map['id'] = id;
map['groupInfo'] = groupInfo;
map['shelveStatus'] = shelveStatus;
map['group'] = group;
map['unitPrice'] = unitPrice;
map['customParamInfoList'] = customParamInfoList;
map['paymentSchemes'] = paymentSchemes;
map['prdName'] = prdName;
map['utime'] = utime;
map['deductionTime'] = deductionTime;
map['firstDeductionTime'] = firstDeductionTime;
map['commodityId'] = commodityId;
map['signingRedirectUrl'] = signingRedirectUrl;
map['firstPeriod'] = firstPeriod;
map['customParam'] = customParam;
map['getPriceUrl'] = getPriceUrl;
map['timeliness'] = timeliness;
map['commodityProperty'] = commodityProperty;
map['prdMchMappingId'] = prdMchMappingId;
map['ourReceiveBank'] = ourReceiveBank;
map['commodityDesc'] = commodityDesc;
map['ourReceiveSubjectId'] = ourReceiveSubjectId;
map['commodityName'] = commodityName;
map['desc'] = desc;
map['status'] = status;
map['promotion'] = promotion;
map['storeEntity'] = storeEntity;
return map;
}