PrepaidCardReceiptRepository
public protocol PrepaidCardReceiptRepository
Prepaid card receipt repository protocol
-
Returns the list of receipts for the User associated with the Prepaid card token.
Declaration
Swift
func listPrepaidCardReceipts( prepaidCardToken: String, completion: @escaping (Result<HyperwalletPageList<HyperwalletReceipt>?, HyperwalletErrorType>) -> Void)Parameters
prepaidCardTokenthe prepaid card token
completionthe callback handler of responses from the Hyperwallet platform
View on GitHub