Settlements 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({RazorpayPaginationOptions? params, void callback(RazorpayApiException?, Response<RazorpaySettlementListResponse>?)?})
→ Future<Response<RazorpaySettlementListResponse>>
-
Get all standard settlements
-
createOndemandSettlement({required RazorpayInstantSettlementCreateRequestBody params, void callback(RazorpayApiException?, Response<RazorpayInstantSettlement>?)?})
→ Future<Response<RazorpayInstantSettlement>>
-
Create on-demand settlement
-
fetch({required String settlementId, void callback(RazorpayApiException?, Response<RazorpaySettlement>?)?})
→ Future<Response<RazorpaySettlement>>
-
Fetches a standard settlement given Settlement ID
-
fetchAllOndemandSettlement({RazorpayOndemandSettlementQuery? params, void callback(RazorpayApiException?, Response<RazorpayInstantSettlementListResponse>?)?})
→ Future<Response<RazorpayInstantSettlementListResponse>>
-
Fetch all on-demand settlements
-
fetchOndemandSettlementById({required String settlementId, List<String>? expand, void callback(RazorpayApiException?, Response<RazorpayInstantSettlement>?)?})
→ Future<Response<RazorpayInstantSettlement>>
-
Fetch on-demand settlement by ID
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
reports({required RazorpaySettlementReconBaseRequestBody params, void callback(RazorpayApiException?, Response<RazorpaySettlementReconResponse>?)?})
→ Future<Response<RazorpaySettlementReconResponse>>
-
Settlement report for a time range (combined reconciliation)
-
toString()
→ String
-
A string representation of this object.
inherited