receipts

@JvmName(name = "listPageReceiptsResponseReceipt")
fun Flow<ListPageReceiptsResponse>.receipts(): Flow<Receipt>

This paginator transforms the flow returned by listPageReceiptsPaginated to access the nested member Receipt

Return

A kotlinx.coroutines.flow.Flow that can collect Receipt