Contents

resolveBatch(batchDeletionToken:)

Deletes the current batch and all its Store and Forward payments, allowing you to request a new batch.

Declaration

func resolveBatch(batchDeletionToken: StoreAndForwardBatchDeletionToken) async throws -> Int

Parameters

  • batchDeletionToken:

    The token you receive from the payment service provider.

Return Value

The remaining number of payments to process.

Discussion