InstamojoRepository class
Constructors
- InstamojoRepository({@required InstamojoApiClient? instamojoApiClient})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instamojoApiClient → InstamojoApiClient?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
collectCardpayment(
String url, Map< String, String> ? cardPaymentRequest) → Future<String> -
collectUPIPayment(
String? url, String? vpa) → Future< String> -
createOrder(
CreateOrderBody? body, {String? orderCreationUrl}) → Future< PaymentOptionModel> -
getUPIStatus(
String? url) → Future< String> -
initPayment(
String? orderId) → Future< PaymentOptionModel> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
searchBank(
List< NetbankingOptionsChoice> ? banks, String? query) → Future<List< NetbankingOptionsChoice> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited