Uses of Class
model.ListDisputesAdjustmentsQueryParams
-
Packages that use ListDisputesAdjustmentsQueryParams Package Description api model -
-
Uses of ListDisputesAdjustmentsQueryParams in api
Methods in api with parameters of type ListDisputesAdjustmentsQueryParams Modifier and Type Method Description FinixListDisputesApi. listDisputesAdjustments(String disputeId, ListDisputesAdjustmentsQueryParams listDisputesAdjustmentsQueryParams)Fetch Dispute Adjustment Transfers List the adjustment `Transfers` for a `Dispute`. -
Uses of ListDisputesAdjustmentsQueryParams in model
Methods in model that return ListDisputesAdjustmentsQueryParams Modifier and Type Method Description ListDisputesAdjustmentsQueryParamsListDisputesAdjustmentsQueryParams. afterCursor(String afterCursor)ListDisputesAdjustmentsQueryParamsListDisputesAdjustmentsQueryParams. beforeCursor(String beforeCursor)static ListDisputesAdjustmentsQueryParamsListDisputesAdjustmentsQueryParams. fromJson(String jsonString)Create an instance of ListDisputesAdjustmentsQueryParams given an JSON stringListDisputesAdjustmentsQueryParamsListDisputesAdjustmentsQueryParams. limit(Long limit)
-