GstDetails class
Constructors
- GstDetails.new({required String clientId, required String gstin, required String panNumber, required String businessName, required String legalName, required String centerJurisdiction, required String stateJurisdiction, required DateTime dateOfRegistration, required String constitutionOfBusiness, required String taxpayerType, required String gstinStatus, required DateTime dateOfCancellation, required String fieldVisitConducted, required String natureOfCoreBusinessActivityCode, required String natureOfCoreBusinessActivityDescription, required String address})
-
GstDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address ↔ String
-
getter/setter pair
- businessName ↔ String
-
getter/setter pair
- centerJurisdiction ↔ String
-
getter/setter pair
- clientId ↔ String
-
getter/setter pair
- constitutionOfBusiness ↔ String
-
getter/setter pair
- dateOfCancellation ↔ DateTime
-
getter/setter pair
- dateOfRegistration ↔ DateTime
-
getter/setter pair
- fieldVisitConducted ↔ String
-
getter/setter pair
- gstin ↔ String
-
getter/setter pair
- gstinStatus ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- legalName ↔ String
-
getter/setter pair
- natureOfCoreBusinessActivityCode ↔ String
-
getter/setter pair
- natureOfCoreBusinessActivityDescription ↔ String
-
getter/setter pair
- panNumber ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stateJurisdiction ↔ String
-
getter/setter pair
- taxpayerType ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited