Accounts class

Constructors

Accounts.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 RazorpayAccountCreateRequestBody params, void callback(RazorpayApiException?, Response<RazorpayAccount>?)?}) Future<Response<RazorpayAccount>>
Creates an account
delete({required String accountId, void callback(RazorpayApiException?, Response<RazorpayAccount>?)?}) Future<Response<RazorpayAccount>>
Delete an account
edit({required String accountId, required RazorpayAccountUpdateRequestBody params, void callback(RazorpayApiException?, Response<RazorpayAccount>?)?}) Future<Response<RazorpayAccount>>
Update an account
fetch({required String accountId, void callback(RazorpayApiException?, Response<RazorpayAccount>?)?}) Future<Response<RazorpayAccount>>
Fetches an account given Account ID
fetchAccountDoc({required String accountId, void callback(RazorpayApiException?, Response<RazorpayAccountDocuments>?)?}) Future<Response<RazorpayAccountDocuments>>
Fetches account documents
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uploadAccountDoc({required String accountId, required String documentType, required MultipartFile file, Map<String, dynamic>? otherParams, void callback(RazorpayApiException?, Response<RazorpayAccountDocuments>?)?}) Future<Response<RazorpayAccountDocuments>>
Upload account documents

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

BASE_URL → const String