Uses of Class
vn.payos.model.v1.payouts.Payout
Packages that use Payout
Package
Description
-
Uses of Payout in vn.payos.model.v1.payouts
Methods in vn.payos.model.v1.payouts that return types with arguments of type Payout -
Uses of Payout in vn.payos.service.async.v1.payouts
Methods in vn.payos.service.async.v1.payouts that return types with arguments of type PayoutModifier and TypeMethodDescriptionPayoutsService.create(PayoutRequests payoutData) Create a new payout.PayoutsService.create(PayoutRequests payoutData, String idempotencyKey) Create a new payout.PayoutsService.create(PayoutRequests payoutData, String idempotencyKey, RequestOptions<PayoutRequests> options) Create a new payout.PayoutsService.create(PayoutRequests payoutData, RequestOptions<PayoutRequests> options) Create a new payout.PayoutsServiceImpl.create(PayoutRequests payoutData) PayoutsServiceImpl.create(PayoutRequests payoutData, String idempotencyKey) PayoutsServiceImpl.create(PayoutRequests payoutData, String idempotencyKey, RequestOptions<PayoutRequests> options) PayoutsServiceImpl.create(PayoutRequests payoutData, RequestOptions<PayoutRequests> options) Retrieves detailed information about a specific payout.PayoutsService.get(String payoutId, RequestOptions<Void> options) Retrieves detailed information about a specific payout.PayoutsServiceImpl.get(String payoutId, RequestOptions<Void> options) PayoutsService.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 Payout in vn.payos.service.async.v1.payouts.batch
Methods in vn.payos.service.async.v1.payouts.batch that return types with arguments of type PayoutModifier and TypeMethodDescriptionBatchService.create(PayoutBatchRequest payoutData) Create a batch payout.BatchService.create(PayoutBatchRequest payoutData, String idempotencyKey) Create a batch payout.BatchService.create(PayoutBatchRequest payoutData, String idempotencyKey, RequestOptions<PayoutBatchRequest> options) Create a batch payout.BatchService.create(PayoutBatchRequest payoutData, RequestOptions<PayoutBatchRequest> options) Create a batch payout.BatchServiceImpl.create(PayoutBatchRequest payoutData) BatchServiceImpl.create(PayoutBatchRequest payoutData, String idempotencyKey) BatchServiceImpl.create(PayoutBatchRequest payoutData, String idempotencyKey, RequestOptions<PayoutBatchRequest> options) BatchServiceImpl.create(PayoutBatchRequest payoutData, RequestOptions<PayoutBatchRequest> options) -
Uses of Payout in vn.payos.service.blocking.v1.payouts
Methods in vn.payos.service.blocking.v1.payouts that return PayoutModifier and TypeMethodDescriptionPayoutsService.create(PayoutRequests payoutData) Create a new payout.PayoutsService.create(PayoutRequests payoutData, String idempotencyKey) Create a new payout.PayoutsService.create(PayoutRequests payoutData, String idempotencyKey, RequestOptions<PayoutRequests> options) Create a new payout.PayoutsService.create(PayoutRequests payoutData, RequestOptions<PayoutRequests> options) Create a new payout.PayoutsServiceImpl.create(PayoutRequests payoutData) PayoutsServiceImpl.create(PayoutRequests payoutData, String idempotencyKey) PayoutsServiceImpl.create(PayoutRequests payoutData, String idempotencyKey, RequestOptions<PayoutRequests> options) PayoutsServiceImpl.create(PayoutRequests payoutData, RequestOptions<PayoutRequests> options) Retrieves detailed information about a specific payout.PayoutsService.get(String payoutId, RequestOptions<Void> options) Retrieves detailed information about a specific payout.PayoutsServiceImpl.get(String payoutId, RequestOptions<Void> options) Methods in vn.payos.service.blocking.v1.payouts that return types with arguments of type PayoutModifier 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 Payout in vn.payos.service.blocking.v1.payouts.batch
Methods in vn.payos.service.blocking.v1.payouts.batch that return PayoutModifier and TypeMethodDescriptionBatchService.create(PayoutBatchRequest payoutData) Create a batch payout.BatchService.create(PayoutBatchRequest payoutData, String idempotencyKey) Create a batch payout.BatchService.create(PayoutBatchRequest payoutData, String idempotencyKey, RequestOptions<PayoutBatchRequest> options) Create a batch payout.BatchService.create(PayoutBatchRequest payoutData, RequestOptions<PayoutBatchRequest> options) Create a batch payout.BatchServiceImpl.create(PayoutBatchRequest payoutData) BatchServiceImpl.create(PayoutBatchRequest payoutData, String idempotencyKey) BatchServiceImpl.create(PayoutBatchRequest payoutData, String idempotencyKey, RequestOptions<PayoutBatchRequest> options) BatchServiceImpl.create(PayoutBatchRequest payoutData, RequestOptions<PayoutBatchRequest> options)