APIDomain
public enum APIDomain
Undocumented
-
The default one, which points to https://pay-api.gini.net
Declaration
Swift
case `default`
-
A custom domain with optional path and custom token source
Declaration
Swift
case custom(domain: String, path: String? = nil, tokenSource: AlternativeTokenSource?)
-
Undocumented
Declaration
Swift
public var domainString: String { get }