Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'plan'] = this.plan; json[r'payment_method'] = this.paymentMethod; json[r'tos_accepted'] = this.tosAccepted; return json; }