RemotePrepaidCardRepository
public final class RemotePrepaidCardRepository : PrepaidCardRepository
Prepaid Card repository
-
Declaration
Swift
public func listPrepaidCards(queryParam: HyperwalletPrepaidCardQueryParam, completion: @escaping (Result<HyperwalletPageList<HyperwalletPrepaidCard>?, HyperwalletErrorType>) -> Void)
-
Declaration
Swift
public func getPrepaidCard(token: String, completion: @escaping (Result < HyperwalletPrepaidCard?, HyperwalletErrorType>) -> Void)
-
Refreshes Prepaid Card
Declaration
Swift
public func refreshPrepaidCard()
-
Refreshes Prepaid Cards
Declaration
Swift
public func refreshPrepaidCards()