HyperwalletProcessingTime
public struct HyperwalletProcessingTime : Codable
Representation of the transfer method configuration field processing times
-
The country to process
Declaration
Swift
public let country: String? -
The currency to process
Declaration
Swift
public let currency: String? -
The transfer method type
Declaration
Swift
public let transferMethodType: String? -
The value to process
Declaration
Swift
public let value: String?
View on GitHub