Iins class

Constructors

Iins.new(API api)

Properties

api API
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

all({String? flow, String? subType, void callback(RazorpayApiException?, Response<RazorpayIinList>?)?}) Future<Response<RazorpayIinList>>
Fetch all IINs supporting native otp or business sub-type
fetch({required String tokenIin, void callback(RazorpayApiException?, Response<RazorpayIin>?)?}) Future<Response<RazorpayIin>>
Fetch the properties of the card using token IIN
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

Constants

BASE_URL → const String