Uses of Class
vn.payos.model.v1.payouts.GetPayoutListParams
Packages that use GetPayoutListParams
-
Uses of GetPayoutListParams in vn.payos.service.async.v1.payouts
Methods in vn.payos.service.async.v1.payouts with parameters of type GetPayoutListParamsModifier and TypeMethodDescriptionPayoutsService.list(GetPayoutListParams params) Retrieves a paginated list of payouts filtered by the given criteria.PayoutsService.list(GetPayoutListParams params, RequestOptions<Void> options) Retrieves a paginated list of payouts filtered by the given criteria.PayoutsServiceImpl.list(GetPayoutListParams params) PayoutsServiceImpl.list(GetPayoutListParams params, RequestOptions<Void> options) -
Uses of GetPayoutListParams in vn.payos.service.blocking.v1.payouts
Methods in vn.payos.service.blocking.v1.payouts with parameters of type GetPayoutListParamsModifier and TypeMethodDescriptionPayoutsService.list(GetPayoutListParams params) Retrieves a paginated list of payouts filtered by the given criteria.PayoutsService.list(GetPayoutListParams params, RequestOptions<Void> options) Retrieves a paginated list of payouts filtered by the given criteria.PayoutsServiceImpl.list(GetPayoutListParams params) PayoutsServiceImpl.list(GetPayoutListParams params, RequestOptions<Void> options)