HyperwalletTransferMethodType
public struct HyperwalletTransferMethodType : Codable
Representation of transfer method type
-
The country code
Declaration
Swift
public let code: String? -
The country name
Declaration
Swift
public let name: String? -
The fees for transfer
Declaration
Swift
public let fees: Connection<HyperwalletFee>? -
The processing time for transfer
Declaration
Swift
public let processingTimes: Connection<HyperwalletProcessingTime>?
View on GitHub