HyperwalletTransferMethodConfigurationKeysQuery
public struct HyperwalletTransferMethodConfigurationKeysQuery : GraphQlQuery
The ‘HyperwalletTransferMethodConfigurationKeysQuery’ struct defines and builds a query to retrieve the key set
that is required to construct a HyperwalletTransferMethodConfigurationFieldQuery
.
In addition to the key set, the query will also retrieve the processing time and fees associated with each country, currency and transfer method type tuple.
-
/ Create a new
HyperwalletTransferMethodConfigurationKeysQuery
instanceDeclaration
Swift
public init(limit: Int = 0)
Parameters
limit
The maximum number of records that will be returned per page.
-
Declaration
Swift
public func toGraphQl(userToken: String) -> String