Documents class

Constructors

Documents.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

create({required String purpose, required MultipartFile file, Map<String, dynamic>? otherParams, void callback(RazorpayApiException?, Response<RazorpayDocument>?)?}) Future<Response<RazorpayDocument>>
Create a Document
fetch({required String documentId, void callback(RazorpayApiException?, Response<RazorpayDocument>?)?}) Future<Response<RazorpayDocument>>
Fetch document by id
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