Enumerations
The following enumerations are available globally.
-
Enum representing content types for HTTP requests and responses supported within EPI Networking.
See moreDeclaration
Swift
public enum ContentType : String, CustomStringConvertible
-
Enum representing HTTP header fields supported within EPI Networking.
See moreDeclaration
Swift
public enum HTTPHeaderField : String, CustomStringConvertible, Equatable
-
Enum representing HTTP methods supported within EPI Networking.
See moreDeclaration
Swift
public enum HTTPMethod : String
-
Enum representing parameter encoding options within EPI Networking.
See moreDeclaration
Swift
public enum ParameterEncoding
-
Represents the status codes for network errors.
See moreDeclaration
Swift
public enum NetworkErrorStatus : Int
-
Represents the log level for EPI Networking SDK clients.
See moreDeclaration
Swift
public enum EPINetworkingLogLevel
-
Enum representing the grant type for OAuth authentication.
See moreDeclaration
Swift
public enum GrantType : String, Codable, Equatable, CustomStringConvertible
-
Enum representing the OAuth scope.
See moreDeclaration
Swift
public enum OAuthScope : Equatable, Encodable
-
Represents the status of a person-to-person (P2P) request.
See moreDeclaration
Swift
public enum P2PRequestStatus : RawRepresentable, Decodable, Equatable
-
An enumeration representing the type of source proxy.
See moreDeclaration
Swift
public enum PaymentSourceProxyType : String, Equatable, Codable, CustomStringConvertible
-
Enum representing the loadable state of a value of type
Value
.This enum assumes use within EPI networking context, hence error state is represented by
See moreNetworkError
objectDeclaration
Swift
public enum Loadable<Value>
extension Loadable: Equatable where Value: Equatable