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

    prepaidCardToken

    the prepaid card token

    completion

    the callback handler of responses from the Hyperwallet platform