HyperwalletCurrency
public struct HyperwalletCurrency : Codable
Representation of a HyperwalletCurrency
node
-
The 3 letter ISO 4217-1 currency code
Declaration
Swift
public let code: String?
-
The currency name
Declaration
Swift
public let name: String?
-
The
HyperwalletTransferMethodType
nodes that connect to this currency nodeDeclaration
Swift
public let transferMethodTypes: Connection<HyperwalletTransferMethodType>?