Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletReceiptPaginationOptions
-
Packages that use HyperwalletReceiptPaginationOptions Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletReceiptPaginationOptions in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk with parameters of type HyperwalletReceiptPaginationOptions Modifier and Type Method Description HyperwalletList<HyperwalletReceipt>Hyperwallet. listReceiptsForPrepaidCard(String userToken, String prepaidCardToken, HyperwalletReceiptPaginationOptions options)List all prepaid card receiptsHyperwalletList<HyperwalletReceipt>Hyperwallet. listReceiptsForProgramAccount(String programToken, String accountToken, HyperwalletReceiptPaginationOptions options)List all program account receiptsHyperwalletList<HyperwalletReceipt>Hyperwallet. listReceiptsForUser(String userToken, HyperwalletReceiptPaginationOptions options)List all user receipts -
Uses of HyperwalletReceiptPaginationOptions in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletReceiptPaginationOptions Modifier and Type Method Description HyperwalletReceiptPaginationOptionsHyperwalletReceiptPaginationOptions. type(HyperwalletReceipt.Type type)
-