HyperwalletTransferMethodUpdateConfigurationFieldQuery

public struct HyperwalletTransferMethodUpdateConfigurationFieldQuery : GraphQlQuery, Hashable

The HyperwalletTransferMethodUpdateConfigurationFieldQuery struct defines and builds a query to retrieve the fields required to update a transfer method (Bank Account, Bank Card, PayPal Account, Prepaid Card, Paper Check and Venmo) with the Hyperwallet platform.

  • Create a new HyperwalletTransferMethodUpdateConfigurationFieldQuery from the transferMethodToken

    Declaration

    Swift

    public init(transferMethodToken: String)

    Parameters

    transferMethodToken

    token from the transfer method

  • Declaration

    Swift

    public func toGraphQl(userToken: String) -> String
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)