QrCode class
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({RazorpayQrCodeQuery? params, void callback(RazorpayApiException?, Response<RazorpayApiResponse<RazorpayQrCode>>?)?})
→ Future<Response<RazorpayApiResponse<RazorpayQrCode>>>
-
Get all qrcodes
-
close({required String qrCodeId, void callback(RazorpayApiException?, Response<RazorpayQrCode>?)?})
→ Future<Response<RazorpayQrCode>>
-
Close a QR Code
-
create({required dynamic params, void callback(RazorpayApiException?, Response<RazorpayQrCode>?)?})
→ Future<Response<RazorpayQrCode>>
-
Creates a qrcode (standard or GST compliant)
-
fetch({required String qrCodeId, void callback(RazorpayApiException?, Response<RazorpayQrCode>?)?})
→ Future<Response<RazorpayQrCode>>
-
Fetches a qrcode given QrCode ID
-
fetchAllPayments({required String qrCodeId, RazorpayPaginationOptions? params, void callback(RazorpayApiException?, Response<RazorpayQrCodePaymentsResponse>?)?})
→ Future<Response<RazorpayQrCodePaymentsResponse>>
-
Fetch Payments for a QR Code
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited