HyperwalletCountry
public struct HyperwalletCountry : Codable
Representation of a HyperwalletCountry
node
-
The 2 letter ISO 3166-1 country code
Declaration
Swift
public let code: String?
-
The country name
Declaration
Swift
public let name: String?
-
The
HyperwalletCurrency
nodes that connect to this country nodeDeclaration
Swift
public let currencies: Connection<HyperwalletCurrency>?