factory INDTaxDocuments.fromJson(Map<String, dynamic> json) { return INDTaxDocuments( gstin: json['GSTIN'] as String?, ); }