HyperwalletTransferMethodConfiguration
public struct HyperwalletTransferMethodConfiguration : Codable
Representation of the transfer method configuration
-
The country
Declaration
Swift
public let country: String?
-
The currency
Declaration
Swift
public let currency: String?
-
The transfer method type
Declaration
Swift
public let transferMethodType: String?
-
The profile type
Declaration
Swift
public let profile: String?
-
The
HyperwalletFieldGroup
, or nil if none existsDeclaration
Swift
public let fieldGroups: Connection<HyperwalletFieldGroup>?