Contents

fetchStoredPaymentCardReadResultBatch(size:)

Returns a batch of reads the framework previously stored, in chronological order, of the size you request.

Declaration

func fetchStoredPaymentCardReadResultBatch(size: Int = 0) async throws -> StoreAndForwardBatch

Parameters

  • size:

    The desired batch size, if no size is provided, the framework uses a batch size of 0 that returns all the payments stored in the batch.

Return Value

StoreAndForwardBatch when successful.

Discussion

There is only one active batch per application at a given time and to fetch a new batch the caller needs to reset or resolve the current batch.