toJson method
Implementation
Map<String, dynamic> toJson() => {
"rebateType": rebateType,
"xid": xid,
"goodsId": goodsId,
"externalId": externalId,
"pid": pid,
"couponId": couponId,
"channelId": channelId,
"specialId": specialId,
};