TransferMethodUpdateConfigurationRepository

public protocol TransferMethodUpdateConfigurationRepository

Transfer method configuration repository protocol

  • Gets the transfer method update fields based on the parameters

    Declaration

    Swift

    func getFields(
        _ transferMethodToken: String,
        completion: @escaping (Result < HyperwalletTransferMethodUpdateConfigurationField?,
        HyperwalletErrorType>) -> Void)