EPIServices
public struct EPIServices : EPIServicesProtocol
Implementation of the EPI services.
-
The service responsible for authentication operations.
Declaration
Swift
public let authenticationService: AuthenticationServicing
-
The service responsible for wallet provisioning operations.
Declaration
Swift
public let walletProvisioningService: WalletProvisioningServicing
-
The service responsible for wallet operations.
Declaration
Swift
public let walletService: WalletServicing
-
The service responsible for P2P operations.
Declaration
Swift
public let p2pService: P2PServicing
-
The service responsible for proxy operations.
Declaration
Swift
public let proxyService: ProxyServicing
-
The service responsible for payment source operations.
Declaration
Swift
public let paymentSourceService: PaymentSourceServicing