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
HyperwalletTransferMethodTypenodes that connect to this currency nodeDeclaration
Swift
public let transferMethodTypes: Connection<HyperwalletTransferMethodType>? 
            View on GitHub