Iins class
Properties
Methods
-
all(
{String? flow, String? subType, void callback(RazorpayApiException?, Response< RazorpayIinList> ?)?}) → Future<Response< RazorpayIinList> > -
Fetch all IINs supporting
native otp
orbusiness 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