@override Map<String, dynamic> toJson() => <String, dynamic>{ 'input_invoice': inputInvoice?.toJson(), 'order_info': orderInfo?.toJson(), 'allow_save': allowSave, '@type': constructor, };