WalletApiRepository
public protocol WalletApiRepository
Undocumented
-
Delete a consumers wallet. This API is IP restricted to allow unauthenticated server side calls.
Declaration
Swift
func delete( walletDeleteRequest: WalletDeleteRequest, completion: @escaping ApiCompletion<WalletDeleteResponse> )
Parameters
walletDeleteRequest
Detail of the consumer who will have their the wallet deleted.