HyperwalletForeignExchange
public struct HyperwalletForeignExchange : Codable
                Representation of a HyperwalletForeignExchange
- 
                  
                  
The destination amount
Declaration
Swift
public let destinationAmount: String? - 
                  
                  
The destination currency
Declaration
Swift
public let destinationCurrency: String? - 
                  
                  
The rate
Declaration
Swift
public let rate: String? - 
                  
                  
The source amount
Declaration
Swift
public let sourceAmount: String? - 
                  
                  
The source currency
Declaration
Swift
public let sourceCurrency: String? 
            View on GitHub