InstamojoApiClient class

Constructors

InstamojoApiClient({Environment environment = Environment.TEST})

Properties

environment Environment
final
hashCode int
The hash code for this object.
no setterinherited
httpClient ↔ Client
getter/setter pair
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>
fetchOrder(String? orderId) Future<PaymentOptionModel>
getUPIStatus(String url) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited