Interface BatchService

All Known Implementing Classes:
BatchServiceImpl

public interface BatchService
BatchService
  • Method Details

    • create

      Payout create(PayoutBatchRequest payoutData, String idempotencyKey, RequestOptions<PayoutBatchRequest> options)
      Create a batch payout.
      Parameters:
      payoutData - The details of batch payout to be created.
      idempotencyKey - A unique key to ensure idempotency.
      options - Additional options.
      Returns:
      Payout detail.
    • create

      Payout create(PayoutBatchRequest payoutData, String idempotencyKey)
      Create a batch payout.
      Parameters:
      payoutData - The details of batch payout to be created.
      idempotencyKey - A unique key to ensure idempotency.
      Returns:
      Payout detail.
    • create

      Create a batch payout.
      Parameters:
      payoutData - The details of batch payout to be created.
      options - Additional options.
      Returns:
      Payout detail.
    • create

      Payout create(PayoutBatchRequest payoutData)
      Create a batch payout.
      Parameters:
      payoutData - The details of batch payout to be created.
      Returns:
      Payout detail.