ThawaniCustomers class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checker({required bool testMode, required String apiKey, String? customer, required String customerId, required void onError(Map<String, dynamic>), required void onDone(String customerID, String customerRefrensID), required void newCustomer(CreateCustomerModel data)})
→ dynamic
-
-
create({required bool testMode, required String apiKey, required String customerId, required void onError(Map<String, dynamic>), required void onDone(CreateCustomerModel data)})
→ dynamic
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited