Documents class
Constructors
- Documents.new(API api)
Properties
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