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