PrepaidCardRepository

public protocol PrepaidCardRepository

Prepaid Card repository protocol

  • List Prepaid cards

    Declaration

    Swift

    func listPrepaidCards(queryParam: HyperwalletPrepaidCardQueryParam,
                          completion: @escaping (Result<HyperwalletPageList<HyperwalletPrepaidCard>?,
    HyperwalletErrorType>) -> Void)
  • Get Prepaid card

    Declaration

    Swift

    func getPrepaidCard(token: String, completion: @escaping (Result < HyperwalletPrepaidCard?,
        HyperwalletErrorType>) -> Void)
  • Refreshes Prepaid Card

    Declaration

    Swift

    func refreshPrepaidCard()
  • Refreshes Prepaid Cards

    Declaration

    Swift

    func refreshPrepaidCards()