HyperwalletTransferMethodConfigurationFieldQuery
public struct HyperwalletTransferMethodConfigurationFieldQuery : GraphQlQuery, Hashable
                The HyperwalletTransferMethodConfigurationFieldQuery struct defines and builds a query to retrieve the fields
required to create a transfer method (Bank Account, Bank Card, PayPal Account, Prepaid Card, Paper Check)
with the Hyperwallet platform.
- 
                  
                  
Create a new
HyperwalletTransferMethodConfigurationQueryfrom the country, currency, transferMethodType and profileDeclaration
Swift
public init(country: String, currency: String, transferMethodType: String, profile: String)Parameters
countrythe 2 letter ISO 3166-1 country code
currencythe 3 letter ISO 4217-1 currency code
transferMethodTypethe
TransferMethodTypeprofileINDIVIDUALorBUSINESS - 
                  
                  
Declaration
Swift
public func toGraphQl(userToken: String) -> String - 
                  
                  
Declaration
Swift
public func hash(into hasher: inout Hasher) 
            View on GitHub