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 3 letter ISO 4217-1 default currency code
Declaration
Swift
public let defaultCurrencyCode: String? -
The
HyperwalletCurrencynodes that connect to this country nodeDeclaration
Swift
public let currencies: Connection<HyperwalletCurrency>?
View on GitHub