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