core.Map<core.String, core.dynamic> toJson() { final fixedFee = this.fixedFee; final microPercent = this.microPercent; return {'fixedFee': ?fixedFee, 'microPercent': ?microPercent}; }